The addition of cpufreq-cpu0 added the core CPU_FREQ config option but this was already enabled further up the config, causing build warnings from Kconfig. Remove the duplicate.
Signed-off-by: Mark Brown broonie@kernel.org --- arch/arm/configs/multi_v7_defconfig | 1 - 1 file changed, 1 deletion(-)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 9799e9d..c1cc616 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -414,5 +414,4 @@ CONFIG_DEBUG_FS=y CONFIG_MAGIC_SYSRQ=y CONFIG_LOCKUP_DETECTOR=y CONFIG_CRYPTO_DEV_TEGRA_AES=y -CONFIG_CPU_FREQ=y CONFIG_GENERIC_CPUFREQ_CPU0=y
linaro-kernel@lists.linaro.org