1config EMBEDDED6xx
2	bool "Embedded 6xx/7xx/7xxx-based boards"
3	depends on 6xx && BROKEN_ON_SMP
4
5config LINKSTATION
6	bool "Linkstation / Kurobox(HG) from Buffalo"
7	depends on EMBEDDED6xx
8	select MPIC
9	select FSL_SOC
10	select PPC_UDBG_16550 if SERIAL_8250
11	select DEFAULT_UIMAGE
12	select MPC10X_BRIDGE
13	help
14	  Select LINKSTATION if configuring for one of PPC- (MPC8241)
15	  based NAS systems from Buffalo Technology. So far only
16	  KuroboxHG has been tested. In the future classical Kurobox,
17	  Linkstation-I HD-HLAN and HD-HGLAN versions, and PPC-based
18	  Terastation systems should be supported too.
19
20config STORCENTER
21	bool "IOMEGA StorCenter"
22	depends on EMBEDDED6xx
23	select MPIC
24	select FSL_SOC
25	select PPC_UDBG_16550 if SERIAL_8250
26	select MPC10X_BRIDGE
27	help
28	  Select STORCENTER if configuring for the iomega StorCenter
29	  with an 8241 CPU in it.
30
31config MPC7448HPC2
32	bool "Freescale MPC7448HPC2(Taiga)"
33	depends on EMBEDDED6xx
34	select TSI108_BRIDGE
35	select DEFAULT_UIMAGE
36	select PPC_UDBG_16550
37	help
38	  Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
39	  platform
40
41config PPC_HOLLY
42	bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
43	depends on EMBEDDED6xx
44	select TSI108_BRIDGE
45	select PPC_UDBG_16550
46	help
47	  Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
48	  Board with TSI108/9 bridge (Hickory/Holly)
49
50config PPC_C2K
51	bool "SBS/GEFanuc C2K board"
52	depends on EMBEDDED6xx
53	select MV64X60
54	select NOT_COHERENT_CACHE
55	select MTD_CFI_I4
56	help
57	  This option enables support for the GE Fanuc C2K board (formerly
58	  an SBS board).
59
60config MVME5100
61	bool "Motorola/Emerson MVME5100"
62	depends on EMBEDDED6xx
63	select MPIC
64	select PCI
65	select PPC_INDIRECT_PCI
66	select PPC_I8259
67	select PPC_NATIVE
68	select PPC_UDBG_16550
69	help
70	  This option enables support for the Motorola (now Emerson) MVME5100
71	  board.
72
73config TSI108_BRIDGE
74	bool
75	select PCI
76	select MPIC
77	select MPIC_WEIRD
78
79config MPC10X_BRIDGE
80	bool
81	select PPC_INDIRECT_PCI
82
83config MV64X60
84	bool
85	select PPC_INDIRECT_PCI
86	select CHECK_CACHE_COHERENCY
87
88config GAMECUBE_COMMON
89	bool
90
91config USBGECKO_UDBG
92	bool "USB Gecko udbg console for the Nintendo GameCube/Wii"
93	depends on GAMECUBE_COMMON
94	help
95	  If you say yes to this option, support will be included for the
96	  USB Gecko adapter as an udbg console.
97	  The USB Gecko is a EXI to USB Serial converter that can be plugged
98	  into a memcard slot in the Nintendo GameCube/Wii.
99
100	  This driver bypasses the EXI layer completely.
101
102	  If in doubt, say N here.
103
104config GAMECUBE
105	bool "Nintendo-GameCube"
106	depends on EMBEDDED6xx
107	select GAMECUBE_COMMON
108	help
109	  Select GAMECUBE if configuring for the Nintendo GameCube.
110	  More information at: <http://gc-linux.sourceforge.net/>
111
112config WII
113	bool "Nintendo-Wii"
114	depends on EMBEDDED6xx
115	select GAMECUBE_COMMON
116	help
117	  Select WII if configuring for the Nintendo Wii.
118	  More information at: <http://gc-linux.sourceforge.net/>
119