From: Rob Herring (Arm) Date: Tue, 6 Aug 2024 13:58:27 +0000 (-0600) Subject: cpufreq: Drop CONFIG_ARM and CONFIG_ARM64 dependency on Arm drivers X-Git-Tag: v6.12-rc1~217^2~2^2~1^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81746019b9fbb9fbf7c522dcbeefb572ac0f9458;p=thirdparty%2Fkernel%2Flinux.git cpufreq: Drop CONFIG_ARM and CONFIG_ARM64 dependency on Arm drivers The CONFIG_ARM and CONFIG_ARM64 dependency is redundant as all the drivers have necessary sub-arch dependency and don't depend on the architecture support. Signed-off-by: Rob Herring (Arm) Signed-off-by: Viresh Kumar --- diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig index 10cda6f2fe1d1..2561b215432a8 100644 --- a/drivers/cpufreq/Kconfig +++ b/drivers/cpufreq/Kconfig @@ -231,9 +231,7 @@ if X86 source "drivers/cpufreq/Kconfig.x86" endif -if ARM || ARM64 source "drivers/cpufreq/Kconfig.arm" -endif if PPC32 || PPC64 source "drivers/cpufreq/Kconfig.powerpc"