Kconfig (a166df08248cf78631507bb444ab72ba31cbef1e) Kconfig (e90d71d0f52fb3d619b96ba92b7614fed7cb819e)
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

--- 93 unchanged lines hidden (view full) ---

102 USB Gecko adapter as an udbg console.
103 The USB Gecko is a EXI to USB Serial converter that can be plugged
104 into a memcard slot in the Nintendo GameCube/Wii.
105
106 This driver bypasses the EXI layer completely.
107
108 If in doubt, say N here.
109
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

--- 93 unchanged lines hidden (view full) ---

102 USB Gecko adapter as an udbg console.
103 The USB Gecko is a EXI to USB Serial converter that can be plugged
104 into a memcard slot in the Nintendo GameCube/Wii.
105
106 This driver bypasses the EXI layer completely.
107
108 If in doubt, say N here.
109
110config GAMECUBE
111 bool "Nintendo-GameCube"
112 depends on EMBEDDED6xx
113 select GAMECUBE_COMMON
114 help
115 Select GAMECUBE if configuring for the Nintendo GameCube.
116 More information at: <http://gc-linux.sourceforge.net/>
117