Merge git://git.denx.de/u-boot-mpc85xx
[oweals/u-boot.git] / arch / arm / cpu / armv7 / mx5 / Kconfig
1 if ARCH_MX5
2
3 config MX5
4         bool
5         default y
6
7 config MX51
8         bool
9
10 config MX53
11         bool
12
13 choice
14         prompt "MX5 board select"
15         optional
16
17 config TARGET_USBARMORY
18         bool "Support USB armory"
19         select CPU_V7
20
21 config TARGET_MX53CX9020
22         bool "Support CX9020"
23         select CPU_V7
24         select MX53
25         select DM
26         select DM_SERIAL
27
28 endchoice
29
30 config SYS_SOC
31         default "mx5"
32
33 source "board/beckhoff/mx53cx9020/Kconfig"
34 source "board/inversepath/usbarmory/Kconfig"
35
36 endif