162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ciconfig EMBEDDED6xx
362306a36Sopenharmony_ci	bool "Embedded 6xx/7xx/7xxx-based boards"
462306a36Sopenharmony_ci	depends on PPC_BOOK3S_32 && BROKEN_ON_SMP
562306a36Sopenharmony_ci
662306a36Sopenharmony_ciconfig LINKSTATION
762306a36Sopenharmony_ci	bool "Linkstation / Kurobox(HG) from Buffalo"
862306a36Sopenharmony_ci	depends on EMBEDDED6xx
962306a36Sopenharmony_ci	select MPIC
1062306a36Sopenharmony_ci	select FSL_SOC
1162306a36Sopenharmony_ci	select PPC_UDBG_16550 if SERIAL_8250
1262306a36Sopenharmony_ci	select DEFAULT_UIMAGE
1362306a36Sopenharmony_ci	imply MPC10X_BRIDGE if PCI
1462306a36Sopenharmony_ci	help
1562306a36Sopenharmony_ci	  Select LINKSTATION if configuring for one of PPC- (MPC8241)
1662306a36Sopenharmony_ci	  based NAS systems from Buffalo Technology. So far only
1762306a36Sopenharmony_ci	  KuroboxHG has been tested. In the future classical Kurobox,
1862306a36Sopenharmony_ci	  Linkstation-I HD-HLAN and HD-HGLAN versions, and PPC-based
1962306a36Sopenharmony_ci	  Terastation systems should be supported too.
2062306a36Sopenharmony_ci
2162306a36Sopenharmony_ciconfig STORCENTER
2262306a36Sopenharmony_ci	bool "IOMEGA StorCenter"
2362306a36Sopenharmony_ci	depends on EMBEDDED6xx
2462306a36Sopenharmony_ci	select MPIC
2562306a36Sopenharmony_ci	select FSL_SOC
2662306a36Sopenharmony_ci	select PPC_UDBG_16550 if SERIAL_8250
2762306a36Sopenharmony_ci	imply MPC10X_BRIDGE if PCI
2862306a36Sopenharmony_ci	help
2962306a36Sopenharmony_ci	  Select STORCENTER if configuring for the iomega StorCenter
3062306a36Sopenharmony_ci	  with an 8241 CPU in it.
3162306a36Sopenharmony_ci
3262306a36Sopenharmony_ciconfig PPC_HOLLY
3362306a36Sopenharmony_ci	bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
3462306a36Sopenharmony_ci	depends on EMBEDDED6xx
3562306a36Sopenharmony_ci	select TSI108_BRIDGE
3662306a36Sopenharmony_ci	select PPC_UDBG_16550
3762306a36Sopenharmony_ci	help
3862306a36Sopenharmony_ci	  Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
3962306a36Sopenharmony_ci	  Board with TSI108/9 bridge (Hickory/Holly)
4062306a36Sopenharmony_ci
4162306a36Sopenharmony_ciconfig MVME5100
4262306a36Sopenharmony_ci	bool "Motorola/Emerson MVME5100"
4362306a36Sopenharmony_ci	depends on EMBEDDED6xx
4462306a36Sopenharmony_ci	select MPIC
4562306a36Sopenharmony_ci	select FORCE_PCI
4662306a36Sopenharmony_ci	select PPC_INDIRECT_PCI
4762306a36Sopenharmony_ci	select PPC_I8259
4862306a36Sopenharmony_ci	select PPC_HASH_MMU_NATIVE
4962306a36Sopenharmony_ci	select PPC_UDBG_16550
5062306a36Sopenharmony_ci	help
5162306a36Sopenharmony_ci	  This option enables support for the Motorola (now Emerson) MVME5100
5262306a36Sopenharmony_ci	  board.
5362306a36Sopenharmony_ci
5462306a36Sopenharmony_ciconfig TSI108_BRIDGE
5562306a36Sopenharmony_ci	bool
5662306a36Sopenharmony_ci	select FORCE_PCI
5762306a36Sopenharmony_ci	select MPIC
5862306a36Sopenharmony_ci	select MPIC_WEIRD
5962306a36Sopenharmony_ci
6062306a36Sopenharmony_ciconfig MPC10X_BRIDGE
6162306a36Sopenharmony_ci	bool
6262306a36Sopenharmony_ci	select PPC_INDIRECT_PCI
6362306a36Sopenharmony_ci
6462306a36Sopenharmony_ciconfig GAMECUBE_COMMON
6562306a36Sopenharmony_ci	bool
6662306a36Sopenharmony_ci
6762306a36Sopenharmony_ciconfig USBGECKO_UDBG
6862306a36Sopenharmony_ci	bool "USB Gecko udbg console for the Nintendo GameCube/Wii"
6962306a36Sopenharmony_ci	depends on GAMECUBE_COMMON
7062306a36Sopenharmony_ci	help
7162306a36Sopenharmony_ci	  If you say yes to this option, support will be included for the
7262306a36Sopenharmony_ci	  USB Gecko adapter as an udbg console.
7362306a36Sopenharmony_ci	  The USB Gecko is a EXI to USB Serial converter that can be plugged
7462306a36Sopenharmony_ci	  into a memcard slot in the Nintendo GameCube/Wii.
7562306a36Sopenharmony_ci
7662306a36Sopenharmony_ci	  This driver bypasses the EXI layer completely.
7762306a36Sopenharmony_ci
7862306a36Sopenharmony_ci	  If in doubt, say N here.
7962306a36Sopenharmony_ci
8062306a36Sopenharmony_ciconfig GAMECUBE
8162306a36Sopenharmony_ci	bool "Nintendo-GameCube"
8262306a36Sopenharmony_ci	depends on EMBEDDED6xx
8362306a36Sopenharmony_ci	select GAMECUBE_COMMON
8462306a36Sopenharmony_ci	help
8562306a36Sopenharmony_ci	  Select GAMECUBE if configuring for the Nintendo GameCube.
8662306a36Sopenharmony_ci	  More information at: <http://gc-linux.sourceforge.net/>
8762306a36Sopenharmony_ci
8862306a36Sopenharmony_ciconfig WII
8962306a36Sopenharmony_ci	bool "Nintendo-Wii"
9062306a36Sopenharmony_ci	depends on EMBEDDED6xx
9162306a36Sopenharmony_ci	select GAMECUBE_COMMON
9262306a36Sopenharmony_ci	help
9362306a36Sopenharmony_ci	  Select WII if configuring for the Nintendo Wii.
9462306a36Sopenharmony_ci	  More information at: <http://gc-linux.sourceforge.net/>
95