xref: /linux/arch/powerpc/platforms/embedded6xx/Kconfig (revision e8e6e6012d68c4967e8f26fdd39ac95c247d4789)
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 MVME5100
71	bool "Motorola/Emerson MVME5100"
72	depends on EMBEDDED6xx
73	select MPIC
74	select PCI
75	select PPC_INDIRECT_PCI
76	select PPC_I8259
77	select PPC_NATIVE
78	help
79	  This option enables support for the Motorola (now Emerson) MVME5100
80	  board.
81
82config TSI108_BRIDGE
83	bool
84	select PCI
85	select MPIC
86	select MPIC_WEIRD
87
88config MPC10X_BRIDGE
89	bool
90	select PPC_INDIRECT_PCI
91
92config MV64X60
93	bool
94	select PPC_INDIRECT_PCI
95	select CHECK_CACHE_COHERENCY
96
97config GAMECUBE_COMMON
98	bool
99
100config USBGECKO_UDBG
101	bool "USB Gecko udbg console for the Nintendo GameCube/Wii"
102	depends on GAMECUBE_COMMON
103	help
104	  If you say yes to this option, support will be included for the
105	  USB Gecko adapter as an udbg console.
106	  The USB Gecko is a EXI to USB Serial converter that can be plugged
107	  into a memcard slot in the Nintendo GameCube/Wii.
108
109	  This driver bypasses the EXI layer completely.
110
111	  If in doubt, say N here.
112
113config GAMECUBE
114	bool "Nintendo-GameCube"
115	depends on EMBEDDED6xx
116	select GAMECUBE_COMMON
117	help
118	  Select GAMECUBE if configuring for the Nintendo GameCube.
119	  More information at: <http://gc-linux.sourceforge.net/>
120
121config WII
122	bool "Nintendo-Wii"
123	depends on EMBEDDED6xx
124	select GAMECUBE_COMMON
125	help
126	  Select WII if configuring for the Nintendo Wii.
127	  More information at: <http://gc-linux.sourceforge.net/>
128