Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 config EMBEDDED6xx
0003         bool "Embedded 6xx/7xx/7xxx-based boards"
0004         depends on PPC_BOOK3S_32 && BROKEN_ON_SMP
0005 
0006 config LINKSTATION
0007         bool "Linkstation / Kurobox(HG) from Buffalo"
0008         depends on EMBEDDED6xx
0009         select MPIC
0010         select FSL_SOC
0011         select PPC_UDBG_16550 if SERIAL_8250
0012         select DEFAULT_UIMAGE
0013         select MPC10X_BRIDGE
0014         help
0015           Select LINKSTATION if configuring for one of PPC- (MPC8241)
0016           based NAS systems from Buffalo Technology. So far only
0017           KuroboxHG has been tested. In the future classical Kurobox,
0018           Linkstation-I HD-HLAN and HD-HGLAN versions, and PPC-based
0019           Terastation systems should be supported too.
0020 
0021 config STORCENTER
0022         bool "IOMEGA StorCenter"
0023         depends on EMBEDDED6xx
0024         select MPIC
0025         select FSL_SOC
0026         select PPC_UDBG_16550 if SERIAL_8250
0027         select MPC10X_BRIDGE
0028         help
0029           Select STORCENTER if configuring for the iomega StorCenter
0030           with an 8241 CPU in it.
0031 
0032 config MPC7448HPC2
0033         bool "Freescale MPC7448HPC2(Taiga)"
0034         depends on EMBEDDED6xx
0035         select TSI108_BRIDGE
0036         select DEFAULT_UIMAGE
0037         select PPC_UDBG_16550
0038         help
0039           Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
0040           platform
0041 
0042 config PPC_HOLLY
0043         bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
0044         depends on EMBEDDED6xx
0045         select TSI108_BRIDGE
0046         select PPC_UDBG_16550
0047         help
0048           Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
0049           Board with TSI108/9 bridge (Hickory/Holly)
0050 
0051 config MVME5100
0052         bool "Motorola/Emerson MVME5100"
0053         depends on EMBEDDED6xx
0054         select MPIC
0055         select FORCE_PCI
0056         select PPC_INDIRECT_PCI
0057         select PPC_I8259
0058         select PPC_HASH_MMU_NATIVE
0059         select PPC_UDBG_16550
0060         help
0061           This option enables support for the Motorola (now Emerson) MVME5100
0062           board.
0063 
0064 config TSI108_BRIDGE
0065         bool
0066         select FORCE_PCI
0067         select MPIC
0068         select MPIC_WEIRD
0069 
0070 config MPC10X_BRIDGE
0071         bool
0072         select PPC_INDIRECT_PCI
0073 
0074 config GAMECUBE_COMMON
0075         bool
0076 
0077 config USBGECKO_UDBG
0078         bool "USB Gecko udbg console for the Nintendo GameCube/Wii"
0079         depends on GAMECUBE_COMMON
0080         help
0081           If you say yes to this option, support will be included for the
0082           USB Gecko adapter as an udbg console.
0083           The USB Gecko is a EXI to USB Serial converter that can be plugged
0084           into a memcard slot in the Nintendo GameCube/Wii.
0085 
0086           This driver bypasses the EXI layer completely.
0087 
0088           If in doubt, say N here.
0089 
0090 config GAMECUBE
0091         bool "Nintendo-GameCube"
0092         depends on EMBEDDED6xx
0093         select GAMECUBE_COMMON
0094         help
0095           Select GAMECUBE if configuring for the Nintendo GameCube.
0096           More information at: <http://gc-linux.sourceforge.net/>
0097 
0098 config WII
0099         bool "Nintendo-Wii"
0100         depends on EMBEDDED6xx
0101         select GAMECUBE_COMMON
0102         help
0103           Select WII if configuring for the Nintendo Wii.
0104           More information at: <http://gc-linux.sourceforge.net/>