diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index bd6dd6ed3a9f..d003409b5f98 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -285,6 +285,10 @@ config PPC_EMULATE_SSTEP | |||
285 | bool | 285 | bool |
286 | default y if KPROBES || UPROBES || XMON || HAVE_HW_BREAKPOINT | 286 | default y if KPROBES || UPROBES || XMON || HAVE_HW_BREAKPOINT |
287 | 287 | ||
288 | config ZONE_DMA32 | ||
289 | bool | ||
290 | default y if PPC64 | ||
291 | |||
288 | source "init/Kconfig" | 292 | source "init/Kconfig" |
289 | 293 | ||
290 | source "kernel/Kconfig.freezer" | 294 | source "kernel/Kconfig.freezer" |