aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/devfreq/Kconfig
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2014-05-21 16:37:34 -0400
committerMyungJoo Ham <myungjoo.ham@samsung.com>2014-05-24 09:33:51 -0400
commitcb7063f453e543b97285a10343cfc02983d792ad (patch)
treeed97b0552180f45685d38338820213430163da97 /drivers/devfreq/Kconfig
parent2456963c0b736f4111f9c4517ae12f63d332c312 (diff)
PM / devfreq: remove checks for CONFIG_EXYNOS_ASV
Checks for CONFIG_EXYNOS_ASV were added in v3.3. But the related Kconfig symbol has never been added to the tree. Remove these checks, as they always evaluate to false. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> [Merge conflict resolved by MyungJoo] Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Diffstat (limited to 'drivers/devfreq/Kconfig')
-rw-r--r--drivers/devfreq/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig
index c023c5759001..49e74c1fc639 100644
--- a/drivers/devfreq/Kconfig
+++ b/drivers/devfreq/Kconfig
@@ -76,8 +76,7 @@ config ARM_EXYNOS4_BUS_DEVFREQ
76 and Exynos4212/4412 memory interface and bus (vdd_mif + vdd_int). 76 and Exynos4212/4412 memory interface and bus (vdd_mif + vdd_int).
77 It reads PPMU counters of memory controllers and adjusts 77 It reads PPMU counters of memory controllers and adjusts
78 the operating frequencies and voltages with OPP support. 78 the operating frequencies and voltages with OPP support.
79 To operate with optimal voltages, ASV support is required 79 This does not yet operate with optimal voltages.
80 (CONFIG_EXYNOS_ASV).
81 80
82config ARM_EXYNOS5_BUS_DEVFREQ 81config ARM_EXYNOS5_BUS_DEVFREQ
83 bool "ARM Exynos5250 Bus DEVFREQ Driver" 82 bool "ARM Exynos5250 Bus DEVFREQ Driver"