From: Albert H. <he...@us...> - 2008-03-26 20:03:00
|
Update of /cvsroot/gc-linux/linux/arch/powerpc In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv15088/arch/powerpc Modified Files: Kconfig Log Message: Use CONFIG_GAMECUBE_COMMON to denote common code between gamecube and wii. Use CONFIG_GAMECUBE for the gamecube platform. Use CONFIG_WII for the wii platform. Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/powerpc/Kconfig,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Kconfig 4 Mar 2008 06:20:54 -0000 1.1 +++ Kconfig 26 Mar 2008 20:02:26 -0000 1.2 @@ -469,7 +469,7 @@ || PPC_MPC52xx || (EMBEDDED && (PPC_PSERIES || PPC_ISERIES)) \ || PPC_PS3 default y if !40x && !CPM2 && !8xx && !PPC_83xx \ - && !PPC_85xx && !PPC_86xx && !GAMECUBE + && !PPC_85xx && !PPC_86xx && !GAMECUBE_COMMON default PCI_PERMEDIA if !4xx && !CPM2 && !8xx default PCI_QSPAN if !4xx && !CPM2 && 8xx select ARCH_SUPPORTS_MSI |