aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index b6ff882f695b..a3128ca0fe11 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -193,6 +193,12 @@ config SYS_SUPPORTS_APM_EMULATION
193 default y if PMAC_APM_EMU 193 default y if PMAC_APM_EMU
194 bool 194 bool
195 195
196config EPAPR_BOOT
197 bool
198 help
199 Used to allow a board to specify it wants an ePAPR compliant wrapper.
200 default n
201
196config DEFAULT_UIMAGE 202config DEFAULT_UIMAGE
197 bool 203 bool
198 help 204 help
@@ -209,7 +215,7 @@ config ARCH_HIBERNATION_POSSIBLE
209config ARCH_SUSPEND_POSSIBLE 215config ARCH_SUSPEND_POSSIBLE
210 def_bool y 216 def_bool y
211 depends on ADB_PMU || PPC_EFIKA || PPC_LITE5200 || PPC_83xx || \ 217 depends on ADB_PMU || PPC_EFIKA || PPC_LITE5200 || PPC_83xx || \
212 PPC_85xx || PPC_86xx || PPC_PSERIES || 44x || 40x 218 (PPC_85xx && !SMP) || PPC_86xx || PPC_PSERIES || 44x || 40x
213 219
214config PPC_DCR_NATIVE 220config PPC_DCR_NATIVE
215 bool 221 bool