Skip to content

Commit

Permalink
PM / devfreq: fix Kconfig indent style
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jisheng Zhang authored and myungjoo committed Sep 6, 2016
1 parent 797da55 commit 989a0fc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions drivers/devfreq/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@ config ARM_EXYNOS_BUS_DEVFREQ
This does not yet operate with optimal voltages.

config ARM_TEGRA_DEVFREQ
tristate "Tegra DEVFREQ Driver"
depends on ARCH_TEGRA_124_SOC || COMPILE_TEST
select DEVFREQ_GOV_SIMPLE_ONDEMAND
select PM_OPP
help
This adds the DEVFREQ driver for the Tegra family of SoCs.
It reads ACTMON counters of memory controllers and adjusts the
operating frequencies and voltages with OPP support.
tristate "Tegra DEVFREQ Driver"
depends on ARCH_TEGRA_124_SOC || COMPILE_TEST
select DEVFREQ_GOV_SIMPLE_ONDEMAND
select PM_OPP
help
This adds the DEVFREQ driver for the Tegra family of SoCs.
It reads ACTMON counters of memory controllers and adjusts the
operating frequencies and voltages with OPP support.

source "drivers/devfreq/event/Kconfig"

Expand Down

0 comments on commit 989a0fc

Please sign in to comment.