blob: 2c18bcd7a29677f3f12da9bf3044b0c8e8eb1e30 [file] [log] [blame]
Boris BREZILLON51e82662015-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 BREZILLON7832bf32015-03-04 13:13:05 +010028choice
29 prompt "MX6 board select"
Joe Hershbergerf0699602015-05-12 14:46:23 -050030 optional
Boris BREZILLON7832bf32015-03-04 13:13:05 +010031
Nikita Kiryanov3aea6ae2015-07-23 17:19:33 +030032config TARGET_CM_FX6
33 bool "Support CM-FX6"
34 select CPU_V7
35 select SUPPORT_SPL
36 select DM
37 select DM_SERIAL
38 select DM_GPIO
39
Boris BREZILLON7832bf32015-03-04 13:13:05 +010040config TARGET_SECOMX6
41 bool "Support secomx6 boards"
42 select CPU_V7
43
Markus Niebelf665a792015-06-04 17:25:31 +020044config TARGET_TQMA6
45 bool "TQ Systems TQMa6 board"
46 select CPU_V7
47
Boris BREZILLON7832bf32015-03-04 13:13:05 +010048endchoice
49
Boris BREZILLON51e82662015-03-04 13:13:03 +010050config SYS_SOC
51 default "mx6"
52
Boris BREZILLON7832bf32015-03-04 13:13:05 +010053source "board/seco/Kconfig"
Markus Niebelf665a792015-06-04 17:25:31 +020054source "board/tqc/tqma6/Kconfig"
Boris BREZILLON7832bf32015-03-04 13:13:05 +010055
Boris BREZILLON51e82662015-03-04 13:13:03 +010056endif