]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
ARM: ux500: select CPU_FREQ_TABLE where needed
authorArnd Bergmann <arnd@arndb.de>
Sat, 25 Feb 2012 19:48:53 +0000 (12:48 -0700)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 29 Feb 2012 16:09:11 +0000 (17:09 +0100)
The ux500 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>
[Rebased due to missing other patches in the stack]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ux500/Kconfig

index 41b38bb96eb5f7f86a991302e10d289a3af2f3c8..94d80a4e43708df1f6a7e3a0102818b70fe7e5fc 100644 (file)
@@ -18,6 +18,7 @@ config UX500_SOC_DB8500
        bool
        select MFD_DB8500_PRCMU
        select REGULATOR_DB8500_PRCMU
+       select CPU_FREQ_TABLE if CPU_FREQ
 
 menu "Ux500 target platform (boards)"