]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/mx6/Kconfig
arm: mx6: kconfig: don't select CPU_V7 per board
[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 SUPPORT_SPL
35         select DM
36         select DM_SERIAL
37         select DM_GPIO
38
39 config TARGET_SECOMX6
40         bool "Support secomx6 boards"
41
42 config TARGET_TQMA6
43         bool "TQ Systems TQMa6 board"
44
45 endchoice
46
47 config SYS_SOC
48         default "mx6"
49
50 source "board/seco/Kconfig"
51 source "board/tqc/tqma6/Kconfig"
52
53 endif