summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/mx5/Kconfig
blob: 9f250c6b1e6fba5e4400765c5a2fe6fc8f6e7d4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
if ARCH_MX5

config MX5
	bool
	default y

config MX51
	bool

config MX53
	bool

choice
	prompt "MX5 board select"
	optional

config TARGET_USBARMORY
	bool "Support USB armory"
	select CPU_V7

endchoice

config SYS_SOC
	default "mx5"

source "board/inversepath/usbarmory/Kconfig"

endif
OpenPOWER on IntegriCloud