diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 6dfbd52694ab..e7205273ff37 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -89,7 +89,7 @@ config SCHED_NO_NO_OMIT_FRAME_POINTER | |||
89 | 89 | ||
90 | config ARCH_MAY_HAVE_PC_FDC | 90 | config ARCH_MAY_HAVE_PC_FDC |
91 | bool | 91 | bool |
92 | default y | 92 | default !PPC_PSERIES || PCI |
93 | 93 | ||
94 | config PPC_OF | 94 | config PPC_OF |
95 | def_bool y | 95 | def_bool y |
@@ -1028,7 +1028,8 @@ config MCA | |||
1028 | 1028 | ||
1029 | config PCI | 1029 | config PCI |
1030 | bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx \ | 1030 | bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx \ |
1031 | || PPC_MPC52xx || (EMBEDDED && PPC_ISERIES) || MPC7448HPC2 || PPC_PS3 | 1031 | || PPC_MPC52xx || (EMBEDDED && (PPC_PSERIES || PPC_ISERIES)) \ |
1032 | || MPC7448HPC2 || PPC_PS3 | ||
1032 | default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx \ | 1033 | default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx \ |
1033 | && !PPC_85xx && !PPC_86xx | 1034 | && !PPC_85xx && !PPC_86xx |
1034 | default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS | 1035 | default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS |