Skip to content

Commit 2c9891e

Browse files
svenpeter42bebarino
authored andcommitted
clk: apple-nco: 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> Link: https://lore.kernel.org/r/20250612-apple-kconfig-defconfig-v1-3-0e6f9cb512c1@kernel.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 2a7b4b2 commit 2c9891e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/clk/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ config LMK04832
6161
config COMMON_CLK_APPLE_NCO
6262
tristate "Clock driver for Apple SoC NCOs"
6363
depends on ARCH_APPLE || COMPILE_TEST
64-
default ARCH_APPLE
6564
help
6665
This driver supports NCO (Numerically Controlled Oscillator) blocks
6766
found on Apple SoCs such as t8103 (M1). The blocks are typically

0 commit comments

Comments
 (0)