Commit 729b770b authored by Harshit Shah's avatar Harshit Shah Committed by Arnd Bergmann
Browse files

arm64: add Axiado SoC family



Add ARCH_AXIADO for the support of the Axiado SoC for arm64 architecture.

Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarHarshit Shah <hshah@axiado.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 678fefdf
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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"