aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarshit Shah <[email protected]>2025-07-22 20:15:35 +0000
committerArnd Bergmann <[email protected]>2025-07-22 20:30:18 +0000
commit729b770bb454b1adf59fdada6c901cd61c413ce6 (patch)
tree6d2517445a39e4151fbc81392e6d64c83ae8fb52
parentdt-bindings: i3c: cdns: add Axiado AX3000 I3C controller (diff)
downloadkernel-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.platforms6
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"