]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/mx6/Kconfig
Merge branch 'tx51-bugfix' into karo-devel
[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 choice
28         prompt "MX6 board select"
29         optional
30
31 config TARGET_CM_FX6
32         bool "Support CM-FX6"
33         select SUPPORT_SPL
34         select DM
35         select DM_SERIAL
36         select DM_GPIO
37
38 config TARGET_SECOMX6
39         bool "Support secomx6 boards"
40
41 config TARGET_TQMA6
42         bool "TQ Systems TQMa6 board"
43
44 endchoice
45
46 config SYS_SOC
47         default "mx6"
48
49 source "board/seco/Kconfig"
50 source "board/tqc/tqma6/Kconfig"
51
52 endif