From: Nick Chan Date: Wed, 23 Oct 2024 04:40:55 +0000 (+0800) Subject: arm64: Kconfig: Update help text for CONFIG_ARCH_APPLE X-Git-Tag: v6.13-rc1~140^2~8^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c9de6f45db36b8a74c12e448cf9db87c97bf1e5;p=thirdparty%2Fkernel%2Flinux.git arm64: Kconfig: Update help text for CONFIG_ARCH_APPLE Apple's A7-A11 SoC is now supported, so the original help text is no longer accurate. Acked-by: Krzysztof Kozlowski Signed-off-by: Nick Chan Acked-by: Linus Walleij Reviewed-by: Neal Gompa Signed-off-by: Hector Martin --- diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 6c6d11536b42e..370a9d2b6919d 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -37,8 +37,8 @@ config ARCH_APPLE bool "Apple Silicon SoC family" select APPLE_AIC help - This enables support for Apple's in-house ARM SoC family, starting - with the Apple M1. + This enables support for Apple's in-house ARM SoC family, such + as the Apple M1. menuconfig ARCH_BCM bool "Broadcom SoC Support"