2007-08-30 09:11:24 +10:00
config EMBEDDED6xx
bool "Embedded 6xx/7xx/7xxx-based boards"
2009-03-10 17:53:27 +00:00
depends on 6xx && BROKEN_ON_SMP
2005-09-26 16:04:21 +10:00
2006-12-01 22:53:48 +01:00
config LINKSTATION
bool "Linkstation / Kurobox(HG) from Buffalo"
2007-08-30 09:11:24 +10:00
depends on EMBEDDED6xx
2006-12-01 22:53:48 +01:00
select MPIC
select FSL_SOC
select PPC_UDBG_16550 if SERIAL_8250
2007-02-22 23:52:02 +01:00
select DEFAULT_UIMAGE
2008-01-23 12:42:50 -06:00
select MPC10X_BRIDGE
2006-12-01 22:53:48 +01:00
help
Select LINKSTATION if configuring for one of PPC- (MPC8241)
based NAS systems from Buffalo Technology. So far only
KuroboxHG has been tested. In the future classical Kurobox,
Linkstation-I HD-HLAN and HD-HGLAN versions, and PPC-based
Terastation systems should be supported too.
2008-01-23 12:42:50 -06:00
config STORCENTER
bool "IOMEGA StorCenter"
depends on EMBEDDED6xx
select MPIC
select FSL_SOC
select PPC_UDBG_16550 if SERIAL_8250
select MPC10X_BRIDGE
help
Select STORCENTER if configuring for the iomega StorCenter
with an 8241 CPU in it.
2006-06-13 15:07:15 +08:00
config MPC7448HPC2
bool "Freescale MPC7448HPC2(Taiga)"
2007-08-30 09:11:24 +10:00
depends on EMBEDDED6xx
2006-06-13 15:07:15 +08:00
select TSI108_BRIDGE
select DEFAULT_UIMAGE
select PPC_UDBG_16550
help
Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
platform
2007-05-08 07:28:38 +10:00
config PPC_HOLLY
bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
2007-08-30 09:11:24 +10:00
depends on EMBEDDED6xx
2007-05-08 07:28:38 +10:00
select TSI108_BRIDGE
select PPC_UDBG_16550
help
Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
Board with TSI108/9 bridge (Hickory/Holly)
2007-05-12 10:58:43 +10:00
2008-05-16 10:26:02 +10:00
config PPC_C2K
bool "SBS/GEFanuc C2K board"
depends on EMBEDDED6xx
select MV64X60
select NOT_COHERENT_CACHE
select MTD_CFI_I4
help
This option enables support for the GE Fanuc C2K board (formerly
an SBS board).
2014-01-09 13:01:22 +11:00
config MVME5100
bool "Motorola/Emerson MVME5100"
depends on EMBEDDED6xx
select MPIC
select PCI
select PPC_INDIRECT_PCI
select PPC_I8259
select PPC_NATIVE
2014-04-20 09:43:10 +10:00
select PPC_UDBG_16550
2014-01-09 13:01:22 +11:00
help
This option enables support for the Motorola (now Emerson) MVME5100
board.
2006-06-13 15:07:15 +08:00
config TSI108_BRIDGE
bool
2007-06-18 01:06:58 +02:00
select PCI
2007-05-08 07:28:38 +10:00
select MPIC
select MPIC_WEIRD
2006-06-13 15:07:15 +08:00
2005-09-26 16:04:21 +10:00
config MPC10X_BRIDGE
bool
2005-10-26 16:36:55 +10:00
select PPC_INDIRECT_PCI
2005-09-26 16:04:21 +10:00
2007-05-12 10:55:53 +10:00
config MV64X60
bool
2007-05-12 10:57:12 +10:00
select PPC_INDIRECT_PCI
2007-07-18 08:21:29 +10:00
select CHECK_CACHE_COHERENCY
2007-05-12 10:55:53 +10:00
2009-12-12 06:31:37 +00:00
config GAMECUBE_COMMON
bool
2009-12-12 06:31:40 +00:00
config USBGECKO_UDBG
bool "USB Gecko udbg console for the Nintendo GameCube/Wii"
depends on GAMECUBE_COMMON
help
If you say yes to this option, support will be included for the
USB Gecko adapter as an udbg console.
The USB Gecko is a EXI to USB Serial converter that can be plugged
into a memcard slot in the Nintendo GameCube/Wii.
This driver bypasses the EXI layer completely.
If in doubt, say N here.
2009-12-12 06:31:42 +00:00
config GAMECUBE
bool "Nintendo-GameCube"
depends on EMBEDDED6xx
select GAMECUBE_COMMON
help
Select GAMECUBE if configuring for the Nintendo GameCube.
More information at: <http://gc-linux.sourceforge.net/>
2009-12-12 06:31:48 +00:00
config WII
bool "Nintendo-Wii"
depends on EMBEDDED6xx
select GAMECUBE_COMMON
help
Select WII if configuring for the Nintendo Wii.
More information at: <http://gc-linux.sourceforge.net/>