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