Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
[oweals/u-boot.git] / arch / arm / cpu / armv7 / mx6 / Kconfig
1 if ARCH_MX6
2
3 config MX6
4         bool
5         default y
6
7 config MX6D
8         bool
9
10 config MX6DL
11         bool
12
13 config MX6Q
14         bool
15
16 config MX6QDL
17         bool
18
19 config MX6S
20         bool
21
22 config MX6SL
23         bool
24
25 config MX6SX
26         bool
27
28 config MX6UL
29         select SYS_L2CACHE_OFF
30         bool
31
32 choice
33         prompt "MX6 board select"
34         optional
35
36 config TARGET_ARISTAINETOS
37         bool "aristainetos"
38
39 config TARGET_ARISTAINETOS2
40         bool "aristainetos2"
41
42 config TARGET_ARISTAINETOS2B
43         bool "Support aristainetos2-revB"
44
45 config TARGET_CGTQMX6EVAL
46         bool "cgtqmx6eval"
47
48 config TARGET_CM_FX6
49         bool "CM-FX6"
50         select SUPPORT_SPL
51         select DM
52         select DM_SERIAL
53         select DM_GPIO
54
55 config TARGET_EMBESTMX6BOARDS
56         bool "embestmx6boards"
57
58 config TARGET_GW_VENTANA
59         bool "gw_ventana"
60         select SUPPORT_SPL
61
62 config TARGET_KOSAGI_NOVENA
63         bool "Kosagi Novena"
64         select SUPPORT_SPL
65
66 config TARGET_MX6CUBOXI
67         bool "Solid-run mx6 boards"
68         select SUPPORT_SPL
69
70 config TARGET_MX6QARM2
71         bool "mx6qarm2"
72
73 config TARGET_MX6QSABREAUTO
74         bool "mx6qsabreauto"
75         select DM
76         select DM_THERMAL
77
78 config TARGET_MX6SABRESD
79         bool "mx6sabresd"
80         select SUPPORT_SPL
81         select DM
82         select DM_THERMAL
83
84 config TARGET_MX6SLEVK
85         bool "mx6slevk"
86         select SUPPORT_SPL
87
88 config TARGET_MX6SXSABRESD
89         bool "mx6sxsabresd"
90         select SUPPORT_SPL
91         select DM
92         select DM_THERMAL
93
94 config TARGET_MX6UL_9X9_EVK
95         bool "mx6ul_9x9_evk"
96         select MX6UL
97         select DM
98         select DM_THERMAL
99         select SUPPORT_SPL
100
101 config TARGET_MX6UL_14X14_EVK
102         bool "mx6ul_14x14_evk"
103         select MX6UL
104         select DM
105         select DM_THERMAL
106         select SUPPORT_SPL
107
108 config TARGET_NITROGEN6X
109         bool "nitrogen6x"
110
111 config TARGET_OT1200
112         bool "Bachmann OT1200"
113         select SUPPORT_SPL
114
115 config TARGET_PLATINUM_PICON
116         bool "platinum-picon"
117         select SUPPORT_SPL
118
119 config TARGET_PLATINUM_TITANIUM
120         bool "platinum-titanium"
121         select SUPPORT_SPL
122
123 config TARGET_SECOMX6
124         bool "secomx6 boards"
125
126 config TARGET_TBS2910
127         bool "TBS2910 Matrix ARM mini PC"
128
129 config TARGET_TITANIUM
130         bool "titanium"
131
132 config TARGET_TQMA6
133         bool "TQ Systems TQMa6 board"
134
135 config TARGET_UDOO
136         bool "udoo"
137         select SUPPORT_SPL
138
139 config TARGET_WANDBOARD
140         bool "wandboard"
141         select SUPPORT_SPL
142
143 config TARGET_WARP
144         bool "WaRP"
145
146 endchoice
147
148 config SYS_SOC
149         default "mx6"
150
151 source "board/aristainetos/Kconfig"
152 source "board/bachmann/ot1200/Kconfig"
153 source "board/barco/platinum/Kconfig"
154 source "board/barco/titanium/Kconfig"
155 source "board/boundary/nitrogen6x/Kconfig"
156 source "board/compulab/cm_fx6/Kconfig"
157 source "board/congatec/cgtqmx6eval/Kconfig"
158 source "board/embest/mx6boards/Kconfig"
159 source "board/freescale/mx6qarm2/Kconfig"
160 source "board/freescale/mx6qsabreauto/Kconfig"
161 source "board/freescale/mx6sabresd/Kconfig"
162 source "board/freescale/mx6slevk/Kconfig"
163 source "board/freescale/mx6sxsabresd/Kconfig"
164 source "board/freescale/mx6ul_14x14_evk/Kconfig"
165 source "board/gateworks/gw_ventana/Kconfig"
166 source "board/kosagi/novena/Kconfig"
167 source "board/seco/Kconfig"
168 source "board/solidrun/mx6cuboxi/Kconfig"
169 source "board/tbs/tbs2910/Kconfig"
170 source "board/tqc/tqma6/Kconfig"
171 source "board/udoo/Kconfig"
172 source "board/wandboard/Kconfig"
173 source "board/warp/Kconfig"
174
175 endif