aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 20a8fdcaacbf..740892a13c76 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -173,6 +173,7 @@ config PPC_86xx
173 bool "Freescale 86xx" 173 bool "Freescale 86xx"
174 select 6xx 174 select 6xx
175 select FSL_SOC 175 select FSL_SOC
176 select FSL_PCIE
176 select PPC_FPU 177 select PPC_FPU
177 select ALTIVEC 178 select ALTIVEC
178 help 179 help
@@ -645,6 +646,10 @@ config SBUS
645config FSL_SOC 646config FSL_SOC
646 bool 647 bool
647 648
649config FSL_PCIE
650 bool
651 depends on PPC_86xx
652
648# Yes MCA RS/6000s exist but Linux-PPC does not currently support any 653# Yes MCA RS/6000s exist but Linux-PPC does not currently support any
649config MCA 654config MCA
650 bool 655 bool