[PATCH 01/11] pmdomain: apple: Drop default ARCH_APPLE in Kconfig
Ulf Hansson
ulf.hansson at linaro.org
Wed Jun 18 05:56:30 PDT 2025
On Thu, 12 Jun 2025 at 23:12, Sven Peter <sven at kernel.org> wrote:
>
> 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 at kernel.org>
Applied for next, thanks!
Kind regards
Uffe
> ---
> drivers/pmdomain/apple/Kconfig | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/pmdomain/apple/Kconfig b/drivers/pmdomain/apple/Kconfig
> index 12237cbcfaa983083367bad70b1b54ded9ac9824..a8973f8057fba74cd3e8c7d15cd2972081c6697d 100644
> --- a/drivers/pmdomain/apple/Kconfig
> +++ b/drivers/pmdomain/apple/Kconfig
> @@ -9,7 +9,6 @@ config APPLE_PMGR_PWRSTATE
> select MFD_SYSCON
> select PM_GENERIC_DOMAINS
> select RESET_CONTROLLER
> - default ARCH_APPLE
> help
> The PMGR block in Apple SoCs provides high-level power state
> controls for SoC devices. This driver manages them through the
>
> --
> 2.34.1
>
>
More information about the linux-arm-kernel
mailing list