]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
cpufreq: Drop CONFIG_ARM and CONFIG_ARM64 dependency on Arm drivers
authorRob Herring (Arm) <robh@kernel.org>
Tue, 6 Aug 2024 13:58:27 +0000 (07:58 -0600)
committerViresh Kumar <viresh.kumar@linaro.org>
Wed, 4 Sep 2024 15:13:58 +0000 (20:43 +0530)
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) <robh@kernel.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/Kconfig

index 10cda6f2fe1d1f19de9f57d033b9a4393bcaf039..2561b215432a82d1d143581ef150eb66efbc9d7c 100644 (file)
@@ -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"