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