clk: apple-nco: Drop default ARCH_APPLE in Kconfig
authorSven Peter <sven@kernel.org>
Thu, 12 Jun 2025 21:11:27 +0000 (21:11 +0000)
committerStephen Boyd <sboyd@kernel.org>
Thu, 19 Jun 2025 19:51:05 +0000 (12:51 -0700)
commit2c9891e958add528c934fb4a197b390d8a0303f8
treee7a841252b4690240f7feb9be5f0f7d1585cf540
parent2a7b4b228cbcebe273d9f4206ed8ee9cbba70ab0
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>
drivers/clk/Kconfig