1# SPDX-License-Identifier: GPL-2.0-only 2menuconfig ARCH_NPCM 3 bool "Nuvoton NPCM Architecture" 4 depends on ARCH_MULTI_V5 || ARCH_MULTI_V7 5 select PINCTRL 6 7if ARCH_NPCM 8 9config ARCH_WPCM450 10 bool "Support for WPCM450 BMC (Hermon)" 11 depends on ARCH_MULTI_V5 12 select CPU_ARM926T 13 select NPCM7XX_TIMER 14 help 15 General support for WPCM450 BMC (Hermon). 16 17 Winbond/Nuvoton WPCM450 BMC based on the ARM926EJ-S. 18 19config ARCH_NPCM7XX 20 bool "Support for NPCM7xx BMC (Poleg)" 21 depends on ARCH_MULTI_V7 22 select PINCTRL_NPCM7XX 23 select NPCM7XX_TIMER 24 select GPIOLIB 25 select CACHE_L2X0 26 select ARM_GIC 27 select HAVE_ARM_TWD if SMP 28 select HAVE_ARM_SCU if SMP 29 select ARM_ERRATA_764369 if SMP 30 select ARM_ERRATA_720789 31 select ARM_ERRATA_754322 32 select ARM_ERRATA_794072 33 select PL310_ERRATA_588369 34 select PL310_ERRATA_727915 35 select MFD_SYSCON 36 help 37 General support for NPCM7xx BMC (Poleg). 38 39 Nuvoton NPCM7xx BMC based on the Cortex A9. 40 41endif 42