diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 67668fdb0292..abb13cfd2ef9 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -682,6 +682,7 @@ config PCI | |||
682 | && !PPC_85xx && !PPC_86xx | 682 | && !PPC_85xx && !PPC_86xx |
683 | default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS | 683 | default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS |
684 | default PCI_QSPAN if !4xx && !CPM2 && 8xx | 684 | default PCI_QSPAN if !4xx && !CPM2 && 8xx |
685 | select ARCH_SUPPORTS_MSI | ||
685 | help | 686 | help |
686 | Find out whether your system includes a PCI bus. PCI is the name of | 687 | Find out whether your system includes a PCI bus. PCI is the name of |
687 | a bus system, i.e. the way the CPU talks to the other stuff inside | 688 | a bus system, i.e. the way the CPU talks to the other stuff inside |