summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarshit Shah <hshah@axiado.com>2025-07-22 13:15:35 -0700
committerArnd Bergmann <arnd@arndb.de>2025-07-22 22:30:18 +0200
commit729b770bb454b1adf59fdada6c901cd61c413ce6 (patch)
tree6d2517445a39e4151fbc81392e6d64c83ae8fb52
parent678fefdfe9de73e8043b971a217436f82d93f6e8 (diff)
arm64: add Axiado SoC family
Add ARCH_AXIADO for the support of the Axiado SoC for arm64 architecture. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Harshit Shah <hshah@axiado.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-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"