dect
/
linux-2.6
Archived
13
0
Fork 0

ARM: ux500: select CPU_FREQ_TABLE where needed

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>
This commit is contained in:
Arnd Bergmann 2012-02-25 12:48:53 -07:00 committed by Linus Walleij
parent 68526e5863
commit 2c43ee4481
1 changed files with 1 additions and 0 deletions

View 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)"