summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mps/Kconfig
blob: b5c1651eec3713a28b6c12fddd8479c3700e9231 (plain)
1
2
3
4
5
6
7
8
9
10
11
if ARCH_MPS

config MACH_MPS
	bool
	default y
	select ARM_NVIC if CPU_V7M
	help
	  Include support for the ARM Ltd. Microcontroller Prototyping
	  System platform.

endif