blob: 10908c4c4a295d1b2da47422aaa5056a6887abb0 [file] [log] [blame]
Boris BREZILLON89ebc822015-03-04 13:13:03 +01001if 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
Boris BREZILLON058d2312015-03-04 13:13:05 +010028choice
29 prompt "MX6 board select"
Joe Hershbergera26cd042015-05-12 14:46:23 -050030 optional
Boris BREZILLON058d2312015-03-04 13:13:05 +010031
32config TARGET_SECOMX6
33 bool "Support secomx6 boards"
34 select CPU_V7
35
Markus Niebel51f6c422015-06-04 17:25:31 +020036config TARGET_TQMA6
37 bool "TQ Systems TQMa6 board"
38 select CPU_V7
39
Boris BREZILLON058d2312015-03-04 13:13:05 +010040endchoice
41
Boris BREZILLON89ebc822015-03-04 13:13:03 +010042config SYS_SOC
43 default "mx6"
44
Boris BREZILLON058d2312015-03-04 13:13:05 +010045source "board/seco/Kconfig"
Markus Niebel51f6c422015-06-04 17:25:31 +020046source "board/tqc/tqma6/Kconfig"
Boris BREZILLON058d2312015-03-04 13:13:05 +010047
Boris BREZILLON89ebc822015-03-04 13:13:03 +010048endif