mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +02:00
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>
This commit is contained in:
parent
2a7b4b228c
commit
2c9891e958
|
|
@ -61,7 +61,6 @@ config LMK04832
|
|||
config COMMON_CLK_APPLE_NCO
|
||||
tristate "Clock driver for Apple SoC NCOs"
|
||||
depends on ARCH_APPLE || COMPILE_TEST
|
||||
default ARCH_APPLE
|
||||
help
|
||||
This driver supports NCO (Numerically Controlled Oscillator) blocks
|
||||
found on Apple SoCs such as t8103 (M1). The blocks are typically
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user