diff options
author | Tomer Maimon <tmaimon77@gmail.com> | 2022-07-17 12:16:06 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-07-19 15:41:03 +0200 |
commit | 3670d2ec13eeb63d9570caf6b51dd1150af65ea8 (patch) | |
tree | d9e63cde12c84d68501a7978809ef05df141e6ef /arch/arm64/Kconfig.platforms | |
parent | 6524d8ebbc271d91c363da2e853bfbadf4bb5239 (diff) | |
download | linux-stable-3670d2ec13eeb63d9570caf6b51dd1150af65ea8.tar.gz linux-stable-3670d2ec13eeb63d9570caf6b51dd1150af65ea8.tar.bz2 linux-stable-3670d2ec13eeb63d9570caf6b51dd1150af65ea8.zip |
arm64: npcm: Add support for Nuvoton NPCM8XX BMC SoC
This adds support for the Nuvoton NPCM8XX Board Management
controller (BMC) SoC family.
The NPCM8XX based quad-core Cortex-A35 ARMv8 architecture.
Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 4e6d635a1731..c68d1b4f8975 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -202,6 +202,17 @@ config ARCH_MXC This enables support for the ARMv8 based SoCs in the NXP i.MX family. +config ARCH_NPCM + bool "Nuvoton NPCM Architecture" + select PINCTRL + select GPIOLIB + select NPCM7XX_TIMER + select RESET_CONTROLLER + select MFD_SYSCON + help + General support for NPCM8xx BMC (Arbel). + Nuvoton NPCM8xx BMC based on the Cortex A35. + config ARCH_QCOM bool "Qualcomm Platforms" select GPIOLIB |