summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/mx6/Kconfig
blob: 10908c4c4a295d1b2da47422aaa5056a6887abb0 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
if ARCH_MX6

config MX6
	bool
	default y

config MX6D
	bool

config MX6DL
	bool

config MX6Q
	bool

config MX6QDL
	bool

config MX6S
	bool

config MX6SL
	bool

config MX6SX
	bool

choice
	prompt "MX6 board select"
	optional

config TARGET_SECOMX6
	bool "Support secomx6 boards"
	select CPU_V7

config TARGET_TQMA6
	bool "TQ Systems TQMa6 board"
	select CPU_V7

endchoice

config SYS_SOC
	default "mx6"

source "board/seco/Kconfig"
source "board/tqc/tqma6/Kconfig"

endif
OpenPOWER on IntegriCloud