diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 8f4d50b0adfa..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 | ||
196 | config EPAPR_BOOT | ||
197 | bool | ||
198 | help | ||
199 | Used to allow a board to specify it wants an ePAPR compliant wrapper. | ||
200 | default n | ||
201 | |||
196 | config DEFAULT_UIMAGE | 202 | config DEFAULT_UIMAGE |
197 | bool | 203 | bool |
198 | help | 204 | help |