684d49e5db28bbd91bac4d823790a07ff90d8577
[oweals/u-boot.git] / arch / arm / mach-imx / mxs / Kconfig
1 if ARCH_MX23
2
3 config MX23
4         bool
5         default y
6
7 choice
8         prompt "MX23 board select"
9         optional
10
11 config TARGET_MX23_OLINUXINO
12         bool "Support mx23_olinuxino"
13         select BOARD_EARLY_INIT_F
14
15 config TARGET_MX23EVK
16         bool "Support mx23evk"
17         select BOARD_EARLY_INIT_F
18
19 config TARGET_SANSA_FUZE_PLUS
20         bool "Support sansa_fuze_plus"
21
22 config TARGET_XFI3
23         bool "Support xfi3"
24
25 endchoice
26
27 config SYS_SOC
28         default "mxs"
29
30 source "board/olimex/mx23_olinuxino/Kconfig"
31 source "board/freescale/mx23evk/Kconfig"
32 source "board/sandisk/sansa_fuze_plus/Kconfig"
33 source "board/creative/xfi3/Kconfig"
34
35 endif
36
37 if ARCH_MX28
38
39 config MX28
40         bool
41         default y
42
43 choice
44         prompt "MX28 board select"
45         optional
46
47 config TARGET_APX4DEVKIT
48         bool "Support apx4devkit"
49
50 config TARGET_BG0900
51         bool "Support bg0900"
52
53 config TARGET_M28EVK
54         bool "Support m28evk"
55
56 config TARGET_MX28EVK
57         bool "Support mx28evk"
58         select BOARD_EARLY_INIT_F
59
60 config TARGET_SC_SPS_1
61         bool "Support sc_sps_1"
62
63 config TARGET_TS4600
64         bool "Support TS4600"
65
66 endchoice
67
68 config SYS_SOC
69         default "mxs"
70
71 source "board/aries/m28evk/Kconfig"
72 source "board/bluegiga/apx4devkit/Kconfig"
73 source "board/freescale/mx28evk/Kconfig"
74 source "board/ppcag/bg0900/Kconfig"
75 source "board/schulercontrol/sc_sps_1/Kconfig"
76 source "board/technologic/ts4600/Kconfig"
77
78 endif