Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Albert Herranz and committed by
Grant Likely
bcc48591 b91a143b

+1 -1
+1 -1
arch/powerpc/Kconfig
··· 679 679 config PCI 680 680 bool "PCI support" if PPC_PCI_CHOICE 681 681 default y if !40x && !CPM2 && !8xx && !PPC_83xx \ 682 - && !PPC_85xx && !PPC_86xx 682 + && !PPC_85xx && !PPC_86xx && !GAMECUBE_COMMON 683 683 default PCI_PERMEDIA if !4xx && !CPM2 && !8xx 684 684 default PCI_QSPAN if !4xx && !CPM2 && 8xx 685 685 select ARCH_SUPPORTS_MSI