diff options
author | Albert Herranz <albert_herranz@yahoo.es> | 2009-12-12 06:31:39 +0000 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2009-12-12 22:24:27 -0700 |
commit | bcc48591f58a0e022edc7c641bf2b25a7c483c73 (patch) | |
tree | 4f9007e03b938b53a5135cec284a9b166962377c /arch/powerpc/Kconfig | |
parent | b91a143b1041d69dbadc0f694b8c9ab96659705e (diff) | |
download | talos-obmc-linux-bcc48591f58a0e022edc7c641bf2b25a7c483c73.tar.gz talos-obmc-linux-bcc48591f58a0e022edc7c641bf2b25a7c483c73.zip |
powerpc: gamecube/wii: do not include PCI support
The Nintendo GameCube and Wii video game consoles do not have PCI hardware.
Avoid wasting their scarce memory by not including PCI support into the
kernel.
Signed-off-by: Albert Herranz <albert_herranz@yahoo.es>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 2ba14e77296c..84b256617289 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -679,7 +679,7 @@ config PPC_PCI_CHOICE config PCI bool "PCI support" if PPC_PCI_CHOICE default y if !40x && !CPM2 && !8xx && !PPC_83xx \ - && !PPC_85xx && !PPC_86xx + && !PPC_85xx && !PPC_86xx && !GAMECUBE_COMMON default PCI_PERMEDIA if !4xx && !CPM2 && !8xx default PCI_QSPAN if !4xx && !CPM2 && 8xx select ARCH_SUPPORTS_MSI |