]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/mx6/Kconfig
arm: mx6: cm-fx6: move cm-fx6 target under ARCH_MX6
[karo-tx-uboot.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 choice
29         prompt "MX6 board select"
30         optional
31
32 config TARGET_CM_FX6
33         bool "Support CM-FX6"
34         select CPU_V7
35         select SUPPORT_SPL
36         select DM
37         select DM_SERIAL
38         select DM_GPIO
39
40 config TARGET_SECOMX6
41         bool "Support secomx6 boards"
42         select CPU_V7
43
44 config TARGET_TQMA6
45         bool "TQ Systems TQMa6 board"
46         select CPU_V7
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