]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/mx6/Kconfig
arm: mx6: add support for i.MX6ULL
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / mx6 / Kconfig
1 if ARCH_MX6
2
3 config SOC_MX6D
4         bool
5
6 config SOC_MX6DL
7         bool
8
9 config SOC_MX6Q
10         bool
11
12 config SOC_MX6QDL
13         bool
14
15 config SOC_MX6S
16         bool
17
18 config SOC_MX6SL
19         bool
20
21 config SOC_MX6SX
22         bool
23
24 config SOC_MX6UL
25         bool
26
27 config SOC_MX6ULL
28         bool
29
30 choice
31         prompt "MX6 board select"
32         optional
33
34 config TARGET_CM_FX6
35         bool "Support CM-FX6"
36         select SUPPORT_SPL
37         select DM
38         select DM_SERIAL
39         select DM_GPIO
40
41 config TARGET_SECOMX6
42         bool "Support secomx6 boards"
43
44 config TARGET_TQMA6
45         bool "TQ Systems TQMa6 board"
46
47 endchoice
48
49 config SYS_SOC
50         default "mx6"
51
52 source "board/seco/Kconfig"
53 source "board/tqc/tqma6/Kconfig"
54
55 endif