MPC837XERDB: Remove CONFIG_MPC837XERDB
[platform/kernel/u-boot.git] / arch / powerpc / cpu / mpc83xx / Kconfig
1 menu "mpc83xx CPU"
2         depends on MPC83xx
3
4 config SYS_CPU
5         default "mpc83xx"
6
7 choice
8         prompt "Target select"
9         optional
10
11 config TARGET_MPC8308_P1M
12         bool "Support mpc8308_p1m"
13         select ARCH_MPC8308
14
15 config TARGET_SBC8349
16         bool "Support sbc8349"
17         select ARCH_MPC8349
18
19 config TARGET_VE8313
20         bool "Support ve8313"
21         select ARCH_MPC8313
22
23 config TARGET_VME8349
24         bool "Support vme8349"
25         select ARCH_MPC8349
26
27 config TARGET_CADDY2
28         bool "Support caddy2"
29         select ARCH_MPC8349
30
31 config TARGET_MPC8308RDB
32         bool "Support MPC8308RDB"
33         select ARCH_MPC8308
34         select SYS_FSL_ERRATUM_ESDHC111
35
36 config TARGET_MPC8313ERDB_NOR
37         bool "Support MPC8313ERDB_NOR"
38         select ARCH_MPC8313
39         select BOARD_EARLY_INIT_F
40         select SUPPORT_SPL
41
42 config TARGET_MPC8313ERDB_NAND
43         bool "Support MPC8313ERDB_NAND"
44         select ARCH_MPC8313
45         select BOARD_EARLY_INIT_F
46         select SUPPORT_SPL
47
48 config TARGET_MPC8315ERDB
49         bool "Support MPC8315ERDB"
50         select ARCH_MPC8315
51         select BOARD_EARLY_INIT_F
52
53 config TARGET_MPC8323ERDB
54         bool "Support MPC8323ERDB"
55         select ARCH_MPC832X
56
57 config TARGET_MPC832XEMDS
58         bool "Support MPC832XEMDS"
59         select ARCH_MPC832X
60         select BOARD_EARLY_INIT_F
61
62 config TARGET_MPC8349EMDS
63         bool "Support MPC8349EMDS"
64         select ARCH_MPC8349
65         select BOARD_EARLY_INIT_F
66         select SYS_FSL_DDR
67         select SYS_FSL_DDR_BE
68         select SYS_FSL_HAS_DDR2
69
70 config TARGET_MPC8349EMDS_SDRAM
71         bool "Support MPC8349EMDS_SDRAM"
72         select ARCH_MPC8349
73         select BOARD_EARLY_INIT_F
74         select SYS_FSL_DDR
75         select SYS_FSL_DDR_BE
76         select SYS_FSL_HAS_DDR2
77
78 config TARGET_MPC8349ITX
79         bool "Support MPC8349ITX"
80         select ARCH_MPC8349
81         imply CMD_IRQ
82
83 config TARGET_MPC837XEMDS
84         bool "Support MPC837XEMDS"
85         select ARCH_MPC837X
86         select BOARD_EARLY_INIT_F
87         imply CMD_SATA
88         imply FSL_SATA
89
90 config TARGET_MPC837XERDB
91         bool "Support MPC837XERDB"
92         select ARCH_MPC837X
93         select BOARD_EARLY_INIT_F
94
95 config TARGET_IDS8313
96         bool "Support ids8313"
97         select ARCH_MPC8313
98         select DM
99         imply CMD_DM
100
101 config TARGET_KMETER1
102         bool "Support kmeter1"
103         select ARCH_MPC8360
104         imply CMD_CRAMFS
105         imply CMD_DIAG
106         imply FS_CRAMFS
107
108 config TARGET_KMCOGE5NE
109         bool "Support kmcoge5ne"
110         select ARCH_MPC8360
111         imply CMD_CRAMFS
112         imply CMD_DIAG
113         imply FS_CRAMFS
114
115 config TARGET_SUVD3
116         bool "Support suvd3"
117         select ARCH_MPC832X
118         imply CMD_CRAMFS
119         imply FS_CRAMFS
120
121 config TARGET_KMVECT1
122         bool "Support kmvect1"
123         select ARCH_MPC8309
124         imply CMD_CRAMFS
125         imply FS_CRAMFS
126
127 config TARGET_KMTEGR1
128         bool "Support kmtegr1"
129         select ARCH_MPC8309
130         imply CMD_CRAMFS
131         imply FS_CRAMFS
132
133 config TARGET_TUXX1
134         bool "Support tuxx1"
135         select ARCH_MPC832X
136         imply CMD_CRAMFS
137         imply FS_CRAMFS
138
139 config TARGET_KMSUPX5
140         bool "Support kmsupx5"
141         select ARCH_MPC832X
142         imply CMD_CRAMFS
143         imply FS_CRAMFS
144
145 config TARGET_TUGE1
146         bool "Support tuge1"
147         select ARCH_MPC832X
148         imply CMD_CRAMFS
149         imply FS_CRAMFS
150
151 config TARGET_KMOPTI2
152         bool "Support kmopti2"
153         select ARCH_MPC832X
154         imply CMD_CRAMFS
155         imply FS_CRAMFS
156
157 config TARGET_KMTEPR2
158         bool "Support kmtepr2"
159         select ARCH_MPC832X
160         imply CMD_CRAMFS
161         imply FS_CRAMFS
162
163 config TARGET_TQM834X
164         bool "Support TQM834x"
165         select ARCH_MPC8349
166
167 config TARGET_HRCON
168         bool "Support hrcon"
169         select ARCH_MPC8308
170         select SYS_FSL_ERRATUM_ESDHC111
171
172 config TARGET_STRIDER
173         bool "Support strider"
174         select ARCH_MPC8308
175         select SYS_FSL_ERRATUM_ESDHC111
176         imply CMD_PCA953X
177
178 endchoice
179
180 config ARCH_MPC830X
181         bool
182
183 config ARCH_MPC8308
184         bool
185         select ARCH_MPC830X
186
187 config ARCH_MPC8309
188         bool
189         select ARCH_MPC830X
190
191 config ARCH_MPC831X
192         bool
193
194 config ARCH_MPC8313
195         bool
196         select ARCH_MPC831X
197
198 config ARCH_MPC8315
199         bool
200         select ARCH_MPC831X
201
202 config ARCH_MPC832X
203         bool
204
205 config ARCH_MPC834X
206         bool
207
208 config ARCH_MPC8349
209         bool
210         select ARCH_MPC834X
211
212 config ARCH_MPC8360
213         bool
214
215 config ARCH_MPC837X
216         bool
217
218 source "board/esd/vme8349/Kconfig"
219 source "board/freescale/mpc8308rdb/Kconfig"
220 source "board/freescale/mpc8313erdb/Kconfig"
221 source "board/freescale/mpc8315erdb/Kconfig"
222 source "board/freescale/mpc8323erdb/Kconfig"
223 source "board/freescale/mpc832xemds/Kconfig"
224 source "board/freescale/mpc8349emds/Kconfig"
225 source "board/freescale/mpc8349itx/Kconfig"
226 source "board/freescale/mpc837xemds/Kconfig"
227 source "board/freescale/mpc837xerdb/Kconfig"
228 source "board/ids/ids8313/Kconfig"
229 source "board/keymile/km83xx/Kconfig"
230 source "board/mpc8308_p1m/Kconfig"
231 source "board/sbc8349/Kconfig"
232 source "board/tqc/tqm834x/Kconfig"
233 source "board/ve8313/Kconfig"
234 source "board/gdsys/mpc8308/Kconfig"
235
236 endmenu