aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@marvell.com>2016-08-25 08:06:14 -0400
committerMyungJoo Ham <myungjoo.ham@samsung.com>2016-09-06 00:08:40 -0400
commit989a0fc7412fe2a6f327b2e38858d6ac08ac6fdd (patch)
treeea48ff0110640afdecc6f3aeb79a15a434e91f8b
parent797da5598f3a6fd92a514352d67078a682a432cb (diff)
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>
-rw-r--r--drivers/devfreq/Kconfig16
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig
index 8766cbaf20e2..f08502c27784 100644
--- a/drivers/devfreq/Kconfig
+++ b/drivers/devfreq/Kconfig
@@ -91,14 +91,14 @@ config ARM_EXYNOS_BUS_DEVFREQ
91 This does not yet operate with optimal voltages. 91 This does not yet operate with optimal voltages.
92 92
93config ARM_TEGRA_DEVFREQ 93config ARM_TEGRA_DEVFREQ
94 tristate "Tegra DEVFREQ Driver" 94 tristate "Tegra DEVFREQ Driver"
95 depends on ARCH_TEGRA_124_SOC || COMPILE_TEST 95 depends on ARCH_TEGRA_124_SOC || COMPILE_TEST
96 select DEVFREQ_GOV_SIMPLE_ONDEMAND 96 select DEVFREQ_GOV_SIMPLE_ONDEMAND
97 select PM_OPP 97 select PM_OPP
98 help 98 help
99 This adds the DEVFREQ driver for the Tegra family of SoCs. 99 This adds the DEVFREQ driver for the Tegra family of SoCs.
100 It reads ACTMON counters of memory controllers and adjusts the 100 It reads ACTMON counters of memory controllers and adjusts the
101 operating frequencies and voltages with OPP support. 101 operating frequencies and voltages with OPP support.
102 102
103source "drivers/devfreq/event/Kconfig" 103source "drivers/devfreq/event/Kconfig"
104 104