blob: 7f7002dc2b21fec89afd25529c87d7ca16630cf2 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001# SPDX-License-Identifier: GPL-2.0-only
2menuconfig ARCH_NPCM
3 bool "Nuvoton NPCM Architecture"
4 depends on ARCH_MULTI_V7
5 select PINCTRL
6
7if ARCH_NPCM
8
9config ARCH_NPCM7XX
10 bool "Support for NPCM7xx BMC (Poleg)"
11 depends on ARCH_MULTI_V7
12 select PINCTRL_NPCM7XX
13 select NPCM7XX_TIMER
14 select GPIOLIB
15 select CACHE_L2X0
16 select ARM_GIC
17 select HAVE_ARM_TWD if SMP
18 select HAVE_ARM_SCU if SMP
19 select ARM_ERRATA_764369 if SMP
20 select ARM_ERRATA_720789
21 select ARM_ERRATA_754322
22 select ARM_ERRATA_794072
23 select PL310_ERRATA_588369
24 select PL310_ERRATA_727915
25 select MFD_SYSCON
26 help
27 General support for NPCM7xx BMC (Poleg).
28
29 Nuvoton NPCM7xx BMC based on the Cortex A9.
30
31endif