diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index cbfbd981cdcd..e641bb68d871 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -56,6 +56,9 @@ config GENERIC_FIND_NEXT_BIT | |||
56 | bool | 56 | bool |
57 | default y | 57 | default y |
58 | 58 | ||
59 | config ARCH_NO_VIRT_TO_BUS | ||
60 | def_bool PPC64 | ||
61 | |||
59 | config PPC | 62 | config PPC |
60 | bool | 63 | bool |
61 | default y | 64 | default y |
@@ -439,8 +442,10 @@ config PCI | |||
439 | infrastructure code to support PCI bus devices. | 442 | infrastructure code to support PCI bus devices. |
440 | 443 | ||
441 | config PCI_DOMAINS | 444 | config PCI_DOMAINS |
442 | bool | 445 | def_bool PCI |
443 | default PCI | 446 | |
447 | config PCI_SYSCALL | ||
448 | def_bool PCI | ||
444 | 449 | ||
445 | config PCI_QSPAN | 450 | config PCI_QSPAN |
446 | bool "QSpan PCI" | 451 | bool "QSpan PCI" |