Commit 5573b6341c31dcc097ce0a618c939c5f2eee5152

Authored by Viresh Kumar
Committed by Greg Kroah-Hartman
1 parent 20cb719845

ARM: defconfigs: use CONFIG_CPUFREQ_DT

commit 9d312cd12e89ce08add99fe66e8f6baeaca16d7d upstream.

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.

Reported-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

arch/arm/configs/multi_v7_defconfig
... ... @@ -446,5 +446,5 @@
446 446 CONFIG_MAGIC_SYSRQ=y
447 447 CONFIG_LOCKUP_DETECTOR=y
448 448 CONFIG_CRYPTO_DEV_TEGRA_AES=y
449   -CONFIG_GENERIC_CPUFREQ_CPU0=y
  449 +CONFIG_CPUFREQ_DT=y
arch/arm/configs/shmobile_defconfig
... ... @@ -176,6 +176,6 @@
176 176 CONFIG_CPU_FREQ_GOV_ONDEMAND=y
177 177 CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
178 178 CONFIG_CPU_THERMAL=y
179   -CONFIG_GENERIC_CPUFREQ_CPU0=y
  179 +CONFIG_CPUFREQ_DT=y
180 180 CONFIG_REGULATOR_DA9210=y