aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig9
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
59config ARCH_NO_VIRT_TO_BUS
60 def_bool PPC64
61
59config PPC 62config 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
441config PCI_DOMAINS 444config PCI_DOMAINS
442 bool 445 def_bool PCI
443 default PCI 446
447config PCI_SYSCALL
448 def_bool PCI
444 449
445config PCI_QSPAN 450config PCI_QSPAN
446 bool "QSpan PCI" 451 bool "QSpan PCI"