Kconfig (d4150248fc769c7a69c61cb9d95dfac14950d8cf) Kconfig (04d76b937bdf60a8c9ac34e222e3ca977ab9ddc8)
1choice
2 prompt "Machine Type"
3 depends on EMBEDDED6xx
4
5config KATANA
6 bool "Artesyn-Katana"
7 help
8 Select KATANA if configuring an Artesyn KATANA 750i or 3750

--- 60 unchanged lines hidden (view full) ---

69
70config SANDPOINT
71 bool "Motorola-Sandpoint"
72 select PPC_I8259
73 help
74 Select SANDPOINT if configuring for a Motorola Sandpoint X3
75 (any flavor).
76
1choice
2 prompt "Machine Type"
3 depends on EMBEDDED6xx
4
5config KATANA
6 bool "Artesyn-Katana"
7 help
8 Select KATANA if configuring an Artesyn KATANA 750i or 3750

--- 60 unchanged lines hidden (view full) ---

69
70config SANDPOINT
71 bool "Motorola-Sandpoint"
72 select PPC_I8259
73 help
74 Select SANDPOINT if configuring for a Motorola Sandpoint X3
75 (any flavor).
76
77config LINKSTATION
78 bool "Linkstation / Kurobox(HG) from Buffalo"
79 select MPIC
80 select FSL_SOC
81 select PPC_UDBG_16550 if SERIAL_8250
82 help
83 Select LINKSTATION if configuring for one of PPC- (MPC8241)
84 based NAS systems from Buffalo Technology. So far only
85 KuroboxHG has been tested. In the future classical Kurobox,
86 Linkstation-I HD-HLAN and HD-HGLAN versions, and PPC-based
87 Terastation systems should be supported too.
88
77config MPC7448HPC2
78 bool "Freescale MPC7448HPC2(Taiga)"
79 select TSI108_BRIDGE
80 select DEFAULT_UIMAGE
81 select PPC_UDBG_16550
82 select MPIC
83 select MPIC_WEIRD
84 help

--- 106 unchanged lines hidden (view full) ---

191 you wish to build a kernel for a machine with a CPM2 coprocessor
192 on it (826x, 827x, 8560).
193
194config PPC_GEN550
195 bool
196 depends on SANDPOINT || SPRUCE || PPLUS || \
197 PRPMC750 || PRPMC800 || LOPEC || \
198 (EV64260 && !SERIAL_MPSC) || CHESTNUT || RADSTONE_PPC7D || \
89config MPC7448HPC2
90 bool "Freescale MPC7448HPC2(Taiga)"
91 select TSI108_BRIDGE
92 select DEFAULT_UIMAGE
93 select PPC_UDBG_16550
94 select MPIC
95 select MPIC_WEIRD
96 help

--- 106 unchanged lines hidden (view full) ---

203 you wish to build a kernel for a machine with a CPM2 coprocessor
204 on it (826x, 827x, 8560).
205
206config PPC_GEN550
207 bool
208 depends on SANDPOINT || SPRUCE || PPLUS || \
209 PRPMC750 || PRPMC800 || LOPEC || \
210 (EV64260 && !SERIAL_MPSC) || CHESTNUT || RADSTONE_PPC7D || \
199 83xx
211 83xx || LINKSTATION
200 default y
201
202config FORCE
203 bool
204 depends on 6xx && POWERPMC250
205 default y
206
207config GT64260

--- 57 unchanged lines hidden (view full) ---

265
266config EPIC_SERIAL_MODE
267 bool
268 depends on 6xx && (LOPEC || SANDPOINT)
269 default y
270
271config MPC10X_BRIDGE
272 bool
212 default y
213
214config FORCE
215 bool
216 depends on 6xx && POWERPMC250
217 default y
218
219config GT64260

--- 57 unchanged lines hidden (view full) ---

277
278config EPIC_SERIAL_MODE
279 bool
280 depends on 6xx && (LOPEC || SANDPOINT)
281 default y
282
283config MPC10X_BRIDGE
284 bool
273 depends on POWERPMC250 || LOPEC || SANDPOINT
285 depends on POWERPMC250 || LOPEC || SANDPOINT || LINKSTATION
274 select PPC_INDIRECT_PCI
275 default y
276
277config MPC10X_OPENPIC
278 bool
286 select PPC_INDIRECT_PCI
287 default y
288
289config MPC10X_OPENPIC
290 bool
279 depends on POWERPMC250 || LOPEC || SANDPOINT
291 depends on POWERPMC250 || LOPEC || SANDPOINT || LINKSTATION
280 default y
281
282config MPC10X_STORE_GATHERING
283 bool "Enable MPC10x store gathering"
284 depends on MPC10X_BRIDGE
285
286config SANDPOINT_ENABLE_UART1
287 bool "Enable DUART mode on Sandpoint"

--- 17 unchanged lines hidden ---
292 default y
293
294config MPC10X_STORE_GATHERING
295 bool "Enable MPC10x store gathering"
296 depends on MPC10X_BRIDGE
297
298config SANDPOINT_ENABLE_UART1
299 bool "Enable DUART mode on Sandpoint"

--- 17 unchanged lines hidden ---