blob: 68b46c10d49f23f5f31e58c9ea28a52f6de42dd3 [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"
Nikita Kiryanov3aea6ae2015-07-23 17:19:33 +030034 select SUPPORT_SPL
35 select DM
36 select DM_SERIAL
37 select DM_GPIO
38
Boris BREZILLON7832bf32015-03-04 13:13:05 +010039config TARGET_SECOMX6
40 bool "Support secomx6 boards"
Boris BREZILLON7832bf32015-03-04 13:13:05 +010041
Markus Niebelf665a792015-06-04 17:25:31 +020042config TARGET_TQMA6
43 bool "TQ Systems TQMa6 board"
Markus Niebelf665a792015-06-04 17:25:31 +020044
Boris BREZILLON7832bf32015-03-04 13:13:05 +010045endchoice
46
Boris BREZILLON51e82662015-03-04 13:13:03 +010047config SYS_SOC
48 default "mx6"
49
Boris BREZILLON7832bf32015-03-04 13:13:05 +010050source "board/seco/Kconfig"
Markus Niebelf665a792015-06-04 17:25:31 +020051source "board/tqc/tqma6/Kconfig"
Boris BREZILLON7832bf32015-03-04 13:13:05 +010052
Boris BREZILLON51e82662015-03-04 13:13:03 +010053endif