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