]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/cpu/armv7/mx6/Kconfig
mxs_ocotp: Shift the HBUS divider correctly
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / mx6 / Kconfig
CommitLineData
89ebc821
BB
1if ARCH_MX6
2
3config MX6
4 bool
5 default y
6
7config MX6D
8 bool
9
10config MX6DL
11 bool
12
13config MX6Q
14 bool
15
16config MX6QDL
17 bool
18
19config MX6S
20 bool
21
22config MX6SL
23 bool
24
25config MX6SX
26 bool
27
a2c74aaf
PF
28config MX6UL
29 select SYS_L2CACHE_OFF
30 bool
31
058d2316
BB
32choice
33 prompt "MX6 board select"
a26cd049 34 optional
058d2316 35
81f5598b
NK
36config TARGET_CM_FX6
37 bool "Support CM-FX6"
81f5598b
NK
38 select SUPPORT_SPL
39 select DM
40 select DM_SERIAL
41 select DM_GPIO
42
058d2316
BB
43config TARGET_SECOMX6
44 bool "Support secomx6 boards"
058d2316 45
51f6c428
MN
46config TARGET_TQMA6
47 bool "TQ Systems TQMa6 board"
51f6c428 48
058d2316
BB
49endchoice
50
89ebc821
BB
51config SYS_SOC
52 default "mx6"
53
058d2316 54source "board/seco/Kconfig"
51f6c428 55source "board/tqc/tqma6/Kconfig"
058d2316 56
89ebc821 57endif