浏览代码

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>
Albert Herranz 15 年之前
父节点
当前提交
bcc48591f5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/powerpc/Kconfig

+ 1 - 1
arch/powerpc/Kconfig

@@ -679,7 +679,7 @@ config PPC_PCI_CHOICE
 config PCI
 config PCI
 	bool "PCI support" if PPC_PCI_CHOICE
 	bool "PCI support" if PPC_PCI_CHOICE
 	default y if !40x && !CPM2 && !8xx && !PPC_83xx \
 	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_PERMEDIA if !4xx && !CPM2 && !8xx
 	default PCI_QSPAN if !4xx && !CPM2 && 8xx
 	default PCI_QSPAN if !4xx && !CPM2 && 8xx
 	select ARCH_SUPPORTS_MSI
 	select ARCH_SUPPORTS_MSI