diff options
| author | Harshit Shah <[email protected]> | 2025-07-22 20:15:35 +0000 |
|---|---|---|
| committer | Arnd Bergmann <[email protected]> | 2025-07-22 20:30:18 +0000 |
| commit | 729b770bb454b1adf59fdada6c901cd61c413ce6 (patch) | |
| tree | 6d2517445a39e4151fbc81392e6d64c83ae8fb52 | |
| parent | dt-bindings: i3c: cdns: add Axiado AX3000 I3C controller (diff) | |
| download | kernel-729b770bb454b1adf59fdada6c901cd61c413ce6.tar.gz kernel-729b770bb454b1adf59fdada6c901cd61c413ce6.zip | |
arm64: add Axiado SoC family
Add ARCH_AXIADO for the support of the Axiado SoC for arm64 architecture.
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Harshit Shah <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
| -rw-r--r-- | arch/arm64/Kconfig.platforms | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index a541bb029aa4..e998e1aff0fe 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -40,6 +40,12 @@ config ARCH_APPLE This enables support for Apple's in-house ARM SoC family, such as the Apple M1. +config ARCH_AXIADO + bool "Axiado SoC Family" + select GPIOLIB + help + This enables support for Axiado SoC family like AX3000 + menuconfig ARCH_BCM bool "Broadcom SoC Support" |
