mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-14 17:14:09 +00:00
PM / devfreq: fix Kconfig indent style
Use tab rather than space to indent, and tab + two spaces to indent help message. Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
This commit is contained in:
parent
797da5598f
commit
989a0fc741
@ -91,14 +91,14 @@ config ARM_EXYNOS_BUS_DEVFREQ
|
|||||||
This does not yet operate with optimal voltages.
|
This does not yet operate with optimal voltages.
|
||||||
|
|
||||||
config ARM_TEGRA_DEVFREQ
|
config ARM_TEGRA_DEVFREQ
|
||||||
tristate "Tegra DEVFREQ Driver"
|
tristate "Tegra DEVFREQ Driver"
|
||||||
depends on ARCH_TEGRA_124_SOC || COMPILE_TEST
|
depends on ARCH_TEGRA_124_SOC || COMPILE_TEST
|
||||||
select DEVFREQ_GOV_SIMPLE_ONDEMAND
|
select DEVFREQ_GOV_SIMPLE_ONDEMAND
|
||||||
select PM_OPP
|
select PM_OPP
|
||||||
help
|
help
|
||||||
This adds the DEVFREQ driver for the Tegra family of SoCs.
|
This adds the DEVFREQ driver for the Tegra family of SoCs.
|
||||||
It reads ACTMON counters of memory controllers and adjusts the
|
It reads ACTMON counters of memory controllers and adjusts the
|
||||||
operating frequencies and voltages with OPP support.
|
operating frequencies and voltages with OPP support.
|
||||||
|
|
||||||
source "drivers/devfreq/event/Kconfig"
|
source "drivers/devfreq/event/Kconfig"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user