Skip to content

Commit 8174601

Browse files
robherringvireshk
authored andcommitted
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) <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent 3f66425 commit 8174601

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/cpufreq/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,7 @@ if X86
231231
source "drivers/cpufreq/Kconfig.x86"
232232
endif
233233

234-
if ARM || ARM64
235234
source "drivers/cpufreq/Kconfig.arm"
236-
endif
237235

238236
if PPC32 || PPC64
239237
source "drivers/cpufreq/Kconfig.powerpc"

0 commit comments

Comments
 (0)