]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-imx/mx5/Kconfig
mx53: Add Board support for GE PPD
[people/ms/u-boot.git] / arch / arm / mach-imx / mx5 / Kconfig
CommitLineData
424ee3d1
AR
1if ARCH_MX5
2
3config MX5
4 bool
5 default y
6
7config MX51
8 bool
b2e6ad45 9 select SYS_FSL_ERRATUM_ESDHC_A001
424ee3d1
AR
10
11config MX53
12 bool
13
3bf801a2
AR
14choice
15 prompt "MX5 board select"
a26cd049 16 optional
3bf801a2 17
29ec6858
TR
18config TARGET_M53EVK
19 bool "Support m53evk"
20 select MX53
21 select SUPPORT_SPL
22
23config TARGET_MX51EVK
24 bool "Support mx51evk"
25 select BOARD_LATE_INIT
26 select MX51
27
28config TARGET_MX53ARD
29 bool "Support mx53ard"
30 select MX53
3bf801a2 31
98d62e61
PB
32config TARGET_MX53CX9020
33 bool "Support CX9020"
e5ec4815 34 select BOARD_LATE_INIT
98d62e61
PB
35 select MX53
36 select DM
37 select DM_SERIAL
38
29ec6858
TR
39config TARGET_MX53EVK
40 bool "Support mx53evk"
41 select BOARD_LATE_INIT
42 select MX53
43
44config TARGET_MX53LOCO
45 bool "Support mx53loco"
46 select BOARD_LATE_INIT
47 select MX53
48
6b0071c1
PST
49config TARGET_MX53PPD
50 bool "Support mx53ppd"
51 select MX53
52 help
53 Enable support for the GE Healthcare PPD.
54
29ec6858
TR
55config TARGET_MX53SMD
56 bool "Support mx53smd"
57 select MX53
58
59config TARGET_TS4800
60 bool "Support TS4800"
61 select MX51
29ec6858
TR
62
63config TARGET_USBARMORY
64 bool "Support USB armory"
65 select MX53
66
3bf801a2
AR
67endchoice
68
424ee3d1
AR
69config SYS_SOC
70 default "mx5"
71
29ec6858 72source "board/aries/m53evk/Kconfig"
98d62e61 73source "board/beckhoff/mx53cx9020/Kconfig"
29ec6858
TR
74source "board/freescale/mx51evk/Kconfig"
75source "board/freescale/mx53ard/Kconfig"
76source "board/freescale/mx53evk/Kconfig"
77source "board/freescale/mx53loco/Kconfig"
78source "board/freescale/mx53smd/Kconfig"
6b0071c1 79source "board/ge/mx53ppd/Kconfig"
3bf801a2 80source "board/inversepath/usbarmory/Kconfig"
29ec6858 81source "board/technologic/ts4800/Kconfig"
3bf801a2 82
424ee3d1 83endif