blob: dce7ffc022ae7ef9d30a29147c509dfdd3cd98f5 [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
Peng Fan6ac4a432015-07-20 19:28:28 +080028config MX6UL
29 select SYS_L2CACHE_OFF
30 bool
31
Boris BREZILLON7832bf32015-03-04 13:13:05 +010032choice
33 prompt "MX6 board select"
Joe Hershbergerf0699602015-05-12 14:46:23 -050034 optional
Boris BREZILLON7832bf32015-03-04 13:13:05 +010035
Nikita Kiryanov3aea6ae2015-07-23 17:19:33 +030036config TARGET_CM_FX6
37 bool "Support CM-FX6"
Nikita Kiryanov3aea6ae2015-07-23 17:19:33 +030038 select SUPPORT_SPL
39 select DM
40 select DM_SERIAL
41 select DM_GPIO
42
Boris BREZILLON7832bf32015-03-04 13:13:05 +010043config TARGET_SECOMX6
44 bool "Support secomx6 boards"
Boris BREZILLON7832bf32015-03-04 13:13:05 +010045
Markus Niebelf665a792015-06-04 17:25:31 +020046config TARGET_TQMA6
47 bool "TQ Systems TQMa6 board"
Markus Niebelf665a792015-06-04 17:25:31 +020048
Boris BREZILLON7832bf32015-03-04 13:13:05 +010049endchoice
50
Boris BREZILLON51e82662015-03-04 13:13:03 +010051config SYS_SOC
52 default "mx6"
53
Boris BREZILLON7832bf32015-03-04 13:13:05 +010054source "board/seco/Kconfig"
Markus Niebelf665a792015-06-04 17:25:31 +020055source "board/tqc/tqma6/Kconfig"
Boris BREZILLON7832bf32015-03-04 13:13:05 +010056
Boris BREZILLON51e82662015-03-04 13:13:03 +010057endif