summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2011-08-28 17:08:34 +0200
committerMathieu J. Poirier <mpoirier@peartreecs.com>2012-03-20 15:07:40 -0600
commitde74eedb78e87c182dce6904596f398c003e7a83 (patch)
treef91456db403ecc7cdf47412778249d1408483b72
parent6b5020173a799be3c88853b5e9f25b47f84cfdf7 (diff)
ARM: omap: select CPU_FREQ_TABLE where neededrandconfig-omap
The omap platform requires CPU_FREQ_TABLE support to be enabled for its CPU_FREQ implementations, so automatically select that when CPU_FREQ is enabled. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
-rw-r--r--arch/arm/plat-omap/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig
index aa59f4247dc5..1983d165545c 100644
--- a/arch/arm/plat-omap/Kconfig
+++ b/arch/arm/plat-omap/Kconfig
@@ -207,6 +207,11 @@ config OMAP_PM_NOOP
endchoice
+config OMAP_CPU_FREQ
+ def_bool "y"
+ depends on CPU_FREQ
+ select CPU_FREQ_TABLE
+
endmenu
endif