Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: Kconfig.platforms: Add config for Nuvoton MA35 platform

Add ARCH_NUVOTON configuration option for Nuvoton MA35 family SoCs.

Signed-off-by: Jacky Huang <ychuang3@nuvoton.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Jacky Huang and committed by
Arnd Bergmann
64b88e9f f1fcbaa1

+8
+8
arch/arm64/Kconfig.platforms
··· 225 225 226 226 endif 227 227 228 + config ARCH_MA35 229 + bool "Nuvoton MA35 Architecture" 230 + select GPIOLIB 231 + select PINCTRL 232 + select RESET_CONTROLLER 233 + help 234 + This enables support for the ARMv8 based Nuvoton MA35 series SoCs. 235 + 228 236 config ARCH_NPCM 229 237 bool "Nuvoton NPCM Architecture" 230 238 select PINCTRL