]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/cpu/armv7/mx6/Kconfig
imx:mx6ul add clock support
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / mx6 / Kconfig
CommitLineData
89ebc821
BB
1if 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
058d2316
BB
28choice
29 prompt "MX6 board select"
a26cd049 30 optional
058d2316 31
81f5598b
NK
32config TARGET_CM_FX6
33 bool "Support CM-FX6"
81f5598b
NK
34 select SUPPORT_SPL
35 select DM
36 select DM_SERIAL
37 select DM_GPIO
38
058d2316
BB
39config TARGET_SECOMX6
40 bool "Support secomx6 boards"
058d2316 41
51f6c428
MN
42config TARGET_TQMA6
43 bool "TQ Systems TQMa6 board"
51f6c428 44
058d2316
BB
45endchoice
46
89ebc821
BB
47config SYS_SOC
48 default "mx6"
49
058d2316 50source "board/seco/Kconfig"
51f6c428 51source "board/tqc/tqma6/Kconfig"
058d2316 52
89ebc821 53endif