Move CONFIG_GAMECUBE and CONFIG_WII directly below other embedded6xx
boards, and above options such as TSI108_BRIDGE. This has two
advantages for the GC/Wii options:
- They won't be moved around by USBGECKO_UDBG appearing or disappearing
- They will be intendented in menuconfig/nconfig, to make it clear they
are part of the embedded6xx platforms
Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/20260303-gcwii-kconfig-v1-1-636b288e7270@posteo.net
This option enables support for the Motorola (now Emerson) MVME5100
board.
+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/>
+
+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/>
+
config TSI108_BRIDGE
bool
select FORCE_PCI
If in doubt, say N here.
-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/>
-
-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/>