blob: 076ba520c664b3ec7971ef8966ea9d015ad6e1b1 [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"
30
31config TARGET_SECOMX6
32 bool "Support secomx6 boards"
33 select CPU_V7
34
35endchoice
36
Boris BREZILLON89ebc822015-03-04 13:13:03 +010037config SYS_SOC
38 default "mx6"
39
Boris BREZILLON058d2312015-03-04 13:13:05 +010040source "board/seco/Kconfig"
41
Boris BREZILLON89ebc822015-03-04 13:13:03 +010042endif