Commit 2c43ee44 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Linus Walleij

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: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
[Rebased due to missing other patches in the stack]
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 68526e58
......@@ -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)"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment