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 b44b52c0a8f0..ba4730b0e2a4 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -379,6 +379,12 @@ config ARCH_HAS_WALK_MEMORY | |||
379 | config ARCH_ENABLE_MEMORY_HOTREMOVE | 379 | config ARCH_ENABLE_MEMORY_HOTREMOVE |
380 | def_bool y | 380 | def_bool y |
381 | 381 | ||
382 | config PPC64_SUPPORTS_MEMORY_FAILURE | ||
383 | bool "Add support for memory hwpoison" | ||
384 | depends on PPC_BOOK3S_64 | ||
385 | default "y" if PPC_POWERNV | ||
386 | select ARCH_SUPPORTS_MEMORY_FAILURE | ||
387 | |||
382 | config KEXEC | 388 | config KEXEC |
383 | bool "kexec system call" | 389 | bool "kexec system call" |
384 | depends on (PPC_BOOK3S || FSL_BOOKE || (44x && !SMP)) | 390 | depends on (PPC_BOOK3S || FSL_BOOKE || (44x && !SMP)) |