• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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	select TSI108_BRIDGE
38	help
39	  Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
40	  platform
41
42config PPC_HOLLY
43	bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
44	depends on EMBEDDED6xx
45	select TSI108_BRIDGE
46	select PPC_UDBG_16550
47	select TSI108_BRIDGE
48	help
49	  Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
50	  Board with TSI108/9 bridge (Hickory/Holly)
51
52config PPC_PRPMC2800
53	bool "Motorola-PrPMC2800"
54	depends on EMBEDDED6xx
55	select MV64X60
56	select NOT_COHERENT_CACHE
57	help
58	  This option enables support for the Motorola PrPMC2800 board
59
60config PPC_C2K
61	bool "SBS/GEFanuc C2K board"
62	depends on EMBEDDED6xx
63	select MV64X60
64	select NOT_COHERENT_CACHE
65	select MTD_CFI_I4
66	help
67	  This option enables support for the GE Fanuc C2K board (formerly
68	  an SBS board).
69
70config TSI108_BRIDGE
71	bool
72	select PCI
73	select MPIC
74	select MPIC_WEIRD
75
76config MPC10X_BRIDGE
77	bool
78	select PPC_INDIRECT_PCI
79
80config MV64X60
81	bool
82	select PPC_INDIRECT_PCI
83	select CHECK_CACHE_COHERENCY
84
85config GAMECUBE_COMMON
86	bool
87
88config USBGECKO_UDBG
89	bool "USB Gecko udbg console for the Nintendo GameCube/Wii"
90	depends on GAMECUBE_COMMON
91	help
92	  If you say yes to this option, support will be included for the
93	  USB Gecko adapter as an udbg console.
94	  The USB Gecko is a EXI to USB Serial converter that can be plugged
95	  into a memcard slot in the Nintendo GameCube/Wii.
96
97	  This driver bypasses the EXI layer completely.
98
99	  If in doubt, say N here.
100
101config GAMECUBE
102	bool "Nintendo-GameCube"
103	depends on EMBEDDED6xx
104	select GAMECUBE_COMMON
105	help
106	  Select GAMECUBE if configuring for the Nintendo GameCube.
107	  More information at: <http://gc-linux.sourceforge.net/>
108
109config WII
110	bool "Nintendo-Wii"
111	depends on EMBEDDED6xx
112	select GAMECUBE_COMMON
113	help
114	  Select WII if configuring for the Nintendo Wii.
115	  More information at: <http://gc-linux.sourceforge.net/>
116
117