Skip to content

Commit 054f6b9

Browse files
neuschaefermaddy-kerneldev
authored andcommitted
powerpc: Move GameCube/Wii options under EMBEDDED6xx
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
1 parent afcbf3e commit 054f6b9

1 file changed

Lines changed: 16 additions & 15 deletions

File tree

  • arch/powerpc/platforms/embedded6xx

arch/powerpc/platforms/embedded6xx/Kconfig

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,22 @@ config MVME5100
5151
This option enables support for the Motorola (now Emerson) MVME5100
5252
board.
5353

54+
config GAMECUBE
55+
bool "Nintendo-GameCube"
56+
depends on EMBEDDED6xx
57+
select GAMECUBE_COMMON
58+
help
59+
Select GAMECUBE if configuring for the Nintendo GameCube.
60+
More information at: <http://gc-linux.sourceforge.net/>
61+
62+
config WII
63+
bool "Nintendo-Wii"
64+
depends on EMBEDDED6xx
65+
select GAMECUBE_COMMON
66+
help
67+
Select WII if configuring for the Nintendo Wii.
68+
More information at: <http://gc-linux.sourceforge.net/>
69+
5470
config TSI108_BRIDGE
5571
bool
5672
select FORCE_PCI
@@ -77,18 +93,3 @@ config USBGECKO_UDBG
7793

7894
If in doubt, say N here.
7995

80-
config GAMECUBE
81-
bool "Nintendo-GameCube"
82-
depends on EMBEDDED6xx
83-
select GAMECUBE_COMMON
84-
help
85-
Select GAMECUBE if configuring for the Nintendo GameCube.
86-
More information at: <http://gc-linux.sourceforge.net/>
87-
88-
config WII
89-
bool "Nintendo-Wii"
90-
depends on EMBEDDED6xx
91-
select GAMECUBE_COMMON
92-
help
93-
Select WII if configuring for the Nintendo Wii.
94-
More information at: <http://gc-linux.sourceforge.net/>

0 commit comments

Comments
 (0)