Skip to content

Commit 64b88e9

Browse files
ychuang3arndb
authored andcommitted
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>
1 parent f1fcbaa commit 64b88e9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm64/Kconfig.platforms

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,14 @@ config ARCH_S32
225225

226226
endif
227227

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+
228236
config ARCH_NPCM
229237
bool "Nuvoton NPCM Architecture"
230238
select PINCTRL

0 commit comments

Comments
 (0)