]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/cpu/armv7/mx6/Kconfig
arm: mx6: tqma6: CPU type selection via Kconfig
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / mx6 / Kconfig
CommitLineData
89ebc821
BB
1if ARCH_MX6
2
3config MX6
4 bool
5 default y
6
7config MX6D
8 bool
9
10config MX6DL
11 bool
12
13config MX6Q
14 bool
15
16config MX6QDL
17 bool
18
19config MX6S
20 bool
21
22config MX6SL
23 bool
24
25config MX6SX
26 bool
27
058d2316
BB
28choice
29 prompt "MX6 board select"
a26cd049 30 optional
058d2316
BB
31
32config TARGET_SECOMX6
33 bool "Support secomx6 boards"
34 select CPU_V7
35
51f6c428
MN
36config TARGET_TQMA6
37 bool "TQ Systems TQMa6 board"
38 select CPU_V7
39
058d2316
BB
40endchoice
41
89ebc821
BB
42config SYS_SOC
43 default "mx6"
44
058d2316 45source "board/seco/Kconfig"
51f6c428 46source "board/tqc/tqma6/Kconfig"
058d2316 47
89ebc821 48endif