diff options
Diffstat (limited to 'drivers/devfreq/Kconfig')
-rw-r--r-- | drivers/devfreq/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig index 3dced0a9eae3..faf4e70c42e0 100644 --- a/drivers/devfreq/Kconfig +++ b/drivers/devfreq/Kconfig | |||
@@ -78,9 +78,8 @@ config ARM_EXYNOS4_BUS_DEVFREQ | |||
78 | This does not yet operate with optimal voltages. | 78 | This does not yet operate with optimal voltages. |
79 | 79 | ||
80 | config ARM_EXYNOS5_BUS_DEVFREQ | 80 | config ARM_EXYNOS5_BUS_DEVFREQ |
81 | bool "ARM Exynos5250 Bus DEVFREQ Driver" | 81 | tristate "ARM Exynos5250 Bus DEVFREQ Driver" |
82 | depends on SOC_EXYNOS5250 | 82 | depends on SOC_EXYNOS5250 |
83 | select ARCH_HAS_OPP | ||
84 | select DEVFREQ_GOV_SIMPLE_ONDEMAND | 83 | select DEVFREQ_GOV_SIMPLE_ONDEMAND |
85 | select PM_OPP | 84 | select PM_OPP |
86 | help | 85 | help |