Re: [PATCH 03/11] clk: apple-nco: Drop default ARCH_APPLE in Kconfig

From: Stephen Boyd
Date: Thu Jun 19 2025 - 15:51:32 EST


Quoting Sven Peter (2025-06-12 14:11:27)
> 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@xxxxxxxxxx>
> ---

Applied to clk-next