Skip to content

Commit 897c095

Browse files
svenpeter42vireshk
authored andcommitted
cpufreq: apple: drop default ARCH_APPLE in Kconfig
When the first driver for Apple Silicon was upstreamed we accidentally included `default ARCH_APPLE` in its Kconfig which then spread to almost every subsequent driver. As soon as ARCH_APPLE is set to y this will pull in many drivers as built-ins which is not what we want. Thus, drop `default ARCH_APPLE` from Kconfig. Signed-off-by: Sven Peter <sven@kernel.org> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent 0e18b1b commit 897c095

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/cpufreq/Kconfig.arm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ config ARM_APPLE_SOC_CPUFREQ
2828
tristate "Apple Silicon SoC CPUFreq support"
2929
depends on ARCH_APPLE || (COMPILE_TEST && 64BIT)
3030
select PM_OPP
31-
default ARCH_APPLE
3231
help
3332
This adds the CPUFreq driver for Apple Silicon machines
3433
(e.g. Apple M1).

0 commit comments

Comments
 (0)