diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2014-12-15 05:18:19 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@linaro.org> | 2014-12-15 19:47:47 +0100 |
commit | 9d312cd12e89ce08add99fe66e8f6baeaca16d7d (patch) | |
tree | 4cd965e30e1f8f3b38b6a0c4f44804fb196b324d /arch/arm/configs/shmobile_defconfig | |
parent | Linux 3.18 (diff) | |
download | linux-9d312cd12e89ce08add99fe66e8f6baeaca16d7d.tar.xz linux-9d312cd12e89ce08add99fe66e8f6baeaca16d7d.zip |
ARM: defconfigs: use CONFIG_CPUFREQ_DT
CONFIG_GENERIC_CPUFREQ_CPU0 disappeared with commit bbcf071969b20f
("cpufreq: cpu0: rename driver and internals to 'cpufreq_dt'") and some
defconfigs are still using it instead of the new one.
Use the renamed CONFIG_CPUFREQ_DT generic driver.
Cc: <stable@vger.kernel.org> # 3.18
Reported-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
Diffstat (limited to 'arch/arm/configs/shmobile_defconfig')
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index d7346ad51043..bfe79d5b8213 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -176,5 +176,5 @@ CONFIG_CPU_FREQ_GOV_USERSPACE=y CONFIG_CPU_FREQ_GOV_ONDEMAND=y CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y CONFIG_CPU_THERMAL=y -CONFIG_GENERIC_CPUFREQ_CPU0=y +CONFIG_CPUFREQ_DT=y CONFIG_REGULATOR_DA9210=y |