xref: /openbmc/linux/arch/arm/mach-npcm/Kconfig (revision ba61bb17)
1menuconfig ARCH_NPCM
2	bool "Nuvoton NPCM Architecture"
3	depends on ARCH_MULTI_V7
4	select PINCTRL
5
6if ARCH_NPCM
7
8config ARCH_NPCM7XX
9	bool "Support for NPCM7xx BMC (Poleg)"
10	depends on ARCH_MULTI_V7
11	select PINCTRL_NPCM7XX
12	select NPCM7XX_TIMER
13	select ARCH_REQUIRE_GPIOLIB
14	select CACHE_L2X0
15	select ARM_GIC
16	select HAVE_ARM_TWD if SMP
17	select HAVE_ARM_SCU if SMP
18	select ARM_ERRATA_764369 if SMP
19	select ARM_ERRATA_720789
20	select ARM_ERRATA_754322
21	select ARM_ERRATA_794072
22	select PL310_ERRATA_588369
23	select PL310_ERRATA_727915
24	select MFD_SYSCON
25	help
26	  General support for NPCM7xx BMC (Poleg).
27
28	  Nuvoton NPCM7xx BMC based on the Cortex A9.
29
30endif
31