diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 12830a77d163..882f8a1d2c7c 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -436,9 +436,9 @@ config PCI | |||
436 | bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx \ | 436 | bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx \ |
437 | || PPC_MPC52xx || (EMBEDDED && (PPC_PSERIES || PPC_ISERIES)) \ | 437 | || PPC_MPC52xx || (EMBEDDED && (PPC_PSERIES || PPC_ISERIES)) \ |
438 | || MPC7448HPC2 || PPC_PS3 || PPC_HOLLY | 438 | || MPC7448HPC2 || PPC_PS3 || PPC_HOLLY |
439 | default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx \ | 439 | default y if !40x && !CPM2 && !8xx && !PPC_83xx \ |
440 | && !PPC_85xx && !PPC_86xx | 440 | && !PPC_85xx && !PPC_86xx |
441 | default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS | 441 | default PCI_PERMEDIA if !4xx && !CPM2 && !8xx |
442 | default PCI_QSPAN if !4xx && !CPM2 && 8xx | 442 | default PCI_QSPAN if !4xx && !CPM2 && 8xx |
443 | select ARCH_SUPPORTS_MSI | 443 | select ARCH_SUPPORTS_MSI |
444 | help | 444 | help |