diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 7f782b338e8e..78414afb0c56 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -837,9 +837,10 @@ config MCA | |||
837 | bool | 837 | bool |
838 | 838 | ||
839 | config PCI | 839 | config PCI |
840 | bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_MPC52xx || (EMBEDDED && PPC_ISERIES) \ | 840 | bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx \ |
841 | || MPC7448HPC2 | 841 | || PPC_MPC52xx || (EMBEDDED && PPC_ISERIES) || MPC7448HPC2 |
842 | default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx && !PPC_85xx && !PPC_86xx | 842 | default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx \ |
843 | && !PPC_85xx && !PPC_86xx | ||
843 | default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS | 844 | default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS |
844 | default PCI_QSPAN if !4xx && !CPM2 && 8xx | 845 | default PCI_QSPAN if !4xx && !CPM2 && 8xx |
845 | help | 846 | help |