aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig11
1 files changed, 10 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 61abde11a45e..5dbd375a3f2a 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -215,7 +215,8 @@ config ARCH_HIBERNATION_POSSIBLE
215 215
216config ARCH_SUSPEND_POSSIBLE 216config ARCH_SUSPEND_POSSIBLE
217 def_bool y 217 def_bool y
218 depends on ADB_PMU || PPC_EFIKA || PPC_LITE5200 || PPC_83xx 218 depends on ADB_PMU || PPC_EFIKA || PPC_LITE5200 || PPC_83xx || \
219 PPC_85xx || PPC_86xx
219 220
220config PPC_DCR_NATIVE 221config PPC_DCR_NATIVE
221 bool 222 bool
@@ -664,6 +665,14 @@ config FSL_PCI
664 select PPC_INDIRECT_PCI 665 select PPC_INDIRECT_PCI
665 select PCI_QUIRKS 666 select PCI_QUIRKS
666 667
668config FSL_PMC
669 bool
670 default y
671 depends on SUSPEND && (PPC_85xx || PPC_86xx)
672 help
673 Freescale MPC85xx/MPC86xx power management controller support
674 (suspend/resume). For MPC83xx see platforms/83xx/suspend.c
675
667config 4xx_SOC 676config 4xx_SOC
668 bool 677 bool
669 678