diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-08-16 10:19:14 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-08-22 15:50:02 +0200 |
commit | 919096f7f3e55d6bb783e6b42851d720121d6fa7 (patch) | |
tree | 16e715f3ec8dc7f4e16d399bec9d8fd656428190 /arch/arm | |
parent | 836a1e25dff8b23d5d54022cf84f841dae2387c7 (diff) | |
download | linux-stable-919096f7f3e55d6bb783e6b42851d720121d6fa7.tar.gz linux-stable-919096f7f3e55d6bb783e6b42851d720121d6fa7.tar.bz2 linux-stable-919096f7f3e55d6bb783e6b42851d720121d6fa7.zip |
cpufreq: dbx500: Delete obsolete driver
We have moved the Ux500 over to use the generic DT based
cpufreq driver, so delete the old custom driver.
At the same time select CPUFREQ_DT from the machine's
Kconfig in order to satisfy the "default ARCH_U8500"
selection on the old driver.
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-ux500/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index 4740ac393297..2b56e4af5a27 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig @@ -9,6 +9,7 @@ menuconfig ARCH_U8500 select ARM_GIC select CACHE_L2X0 select CLKSRC_NOMADIK_MTU + select CPUFREQ_DT select GPIOLIB select HAVE_ARM_SCU if SMP select HAVE_ARM_TWD if SMP |