]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: Kconfig: Update help text for CONFIG_ARCH_APPLE
authorNick Chan <towinchenmi@gmail.com>
Wed, 23 Oct 2024 04:40:55 +0000 (12:40 +0800)
committerHector Martin <marcan@marcan.st>
Fri, 25 Oct 2024 15:14:46 +0000 (00:14 +0900)
Apple's A7-A11 SoC is now supported, so the original help text is no longer
accurate.

Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Nick Chan <towinchenmi@gmail.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Neal Gompa <neal@gompa.dev>
Signed-off-by: Hector Martin <marcan@marcan.st>
arch/arm64/Kconfig.platforms

index 6c6d11536b42ec6e878db8d355c17994c2500d7b..370a9d2b6919d24d6c7111b95bb69a51bdf64e5a 100644 (file)
@@ -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"