]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: add Axiado SoC family
authorHarshit Shah <hshah@axiado.com>
Tue, 22 Jul 2025 20:15:35 +0000 (13:15 -0700)
committerArnd Bergmann <arnd@arndb.de>
Tue, 22 Jul 2025 20:30:18 +0000 (22:30 +0200)
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>
arch/arm64/Kconfig.platforms

index a541bb029aa4e1bee095ab3f44e3a52294905616..e998e1aff0fec4aca5e3bf2d0410f2578e25cb1d 100644 (file)
@@ -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"