From 5c9de6f45db36b8a74c12e448cf9db87c97bf1e5 Mon Sep 17 00:00:00 2001 From: Nick Chan Date: Wed, 23 Oct 2024 12:40:55 +0800 Subject: [PATCH] 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 --- arch/arm64/Kconfig.platforms | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.39.5