Re: [RFC PATCH 08/19] powerpc: gamecube/wii: do not include PCI support
From: Grant Likely <hidden>
Date: 2009-11-22 23:22:11
From: Grant Likely <hidden>
Date: 2009-11-22 23:22:11
On Sun, Nov 22, 2009 at 3:01 PM, Albert Herranz [off-list ref] w= rote:
The Nintendo GameCube and Wii video game consoles do not have PCI hardwar=
e.
Avoid wasting their scarce memory by not including PCI support into the kernel. Signed-off-by: Albert Herranz <redacted> --- =A0arch/powerpc/Kconfig | =A0 =A02 +- =A01 files changed, 1 insertions(+), 1 deletions(-)diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 2ba14e7..84b2566 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig@@ -679,7 +679,7 @@ config PPC_PCI_CHOICE=A0config PCI =A0 =A0 =A0 =A0bool "PCI support" if PPC_PCI_CHOICE =A0 =A0 =A0 =A0default y if !40x && !CPM2 && !8xx && !PPC_83xx \ - =A0 =A0 =A0 =A0 =A0 =A0 =A0 && !PPC_85xx && !PPC_86xx + =A0 =A0 =A0 =A0 =A0 =A0 =A0 && !PPC_85xx && !PPC_86xx && !GAMECUBE_COMM=
ON phew, this is getting ugly. But I won't ask you to clean it up. Ack g. --=20 Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd.