Skip to content

Commit

Permalink
ARM: ux500: select CPU_FREQ_TABLE where needed
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnd Bergmann authored and Linus Walleij committed Feb 29, 2012
1 parent 68526e5 commit 2c43ee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-ux500/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down

0 comments on commit 2c43ee4

Please sign in to comment.