diff options
author | Michael Turquette <mturquette@linaro.org> | 2015-02-02 23:59:38 +0100 |
---|---|---|
committer | Michael Turquette <mturquette@linaro.org> | 2015-02-02 23:59:38 +0100 |
commit | 54eea32f7ed3037c91853924227585b65df909a8 (patch) | |
tree | 4e3e9ece8a66f611e980ddc503ca7184db8f83fb /drivers/cpufreq | |
parent | Linux 3.19-rc7 (diff) | |
parent | Merge tag 'v3.20-exynos-clk' of git://linuxtv.org/snawrocki/samsung into clk-... (diff) | |
download | linux-54eea32f7ed3037c91853924227585b65df909a8.tar.xz linux-54eea32f7ed3037c91853924227585b65df909a8.zip |
Merge branch 'clk-next' into v3.19-rc7
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r-- | drivers/cpufreq/Kconfig.powerpc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/Kconfig.powerpc b/drivers/cpufreq/Kconfig.powerpc index 72564b701b4a..7ea24413cee6 100644 --- a/drivers/cpufreq/Kconfig.powerpc +++ b/drivers/cpufreq/Kconfig.powerpc @@ -26,7 +26,7 @@ config CPU_FREQ_MAPLE config PPC_CORENET_CPUFREQ tristate "CPU frequency scaling driver for Freescale E500MC SoCs" depends on PPC_E500MC && OF && COMMON_CLK - select CLK_PPC_CORENET + select CLK_QORIQ help This adds the CPUFreq driver support for Freescale e500mc, e5500 and e6500 series SoCs which are capable of changing |