diff options
author | Nick Chan <towinchenmi@gmail.com> | 2024-10-23 12:40:55 +0800 |
---|---|---|
committer | Hector Martin <marcan@marcan.st> | 2024-10-26 00:14:46 +0900 |
commit | 5c9de6f45db36b8a74c12e448cf9db87c97bf1e5 (patch) | |
tree | 8766bb1ff28ba1e0d0ca3c2d2c04133159d7c5a0 /arch/arm64/Kconfig.platforms | |
parent | d23457abac1e2f309404e63c7a390d9a32bce9e6 (diff) |
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>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 6c6d11536b42..370a9d2b6919 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" |