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 <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>
This commit is contained in:
Nick Chan 2024-10-23 12:40:55 +08:00 committed by Hector Martin
parent d23457abac
commit 5c9de6f45d

View 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"