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