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