]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
powerpc: Move GameCube/Wii options under EMBEDDED6xx
authorJ. Neuschäfer <j.ne@posteo.net>
Tue, 3 Mar 2026 15:09:49 +0000 (16:09 +0100)
committerMadhavan Srinivasan <maddy@linux.ibm.com>
Wed, 1 Apr 2026 03:51:05 +0000 (09:21 +0530)
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
arch/powerpc/platforms/embedded6xx/Kconfig

index c6adff216fe633f43a3b1c1d24af23f2fa976d99..f406b3c7936b232312f25c76de157cd1ad3363bc 100644 (file)
@@ -51,6 +51,22 @@ config MVME5100
          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
@@ -77,18 +93,3 @@ config USBGECKO_UDBG
 
          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/>