aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig19
1 files changed, 12 insertions, 7 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 1919634a9b32..d219ebecabf0 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -134,7 +134,9 @@ config PPC
134 select HAVE_HW_BREAKPOINT if PERF_EVENTS && PPC_BOOK3S_64 134 select HAVE_HW_BREAKPOINT if PERF_EVENTS && PPC_BOOK3S_64
135 select HAVE_GENERIC_HARDIRQS 135 select HAVE_GENERIC_HARDIRQS
136 select HAVE_SPARSE_IRQ 136 select HAVE_SPARSE_IRQ
137 select SPARSE_IRQ
137 select IRQ_PER_CPU 138 select IRQ_PER_CPU
139 select IRQ_DOMAIN
138 select GENERIC_IRQ_SHOW 140 select GENERIC_IRQ_SHOW
139 select GENERIC_IRQ_SHOW_LEVEL 141 select GENERIC_IRQ_SHOW_LEVEL
140 select IRQ_FORCED_THREADING 142 select IRQ_FORCED_THREADING
@@ -376,13 +378,16 @@ config CRASH_DUMP
376 The same kernel binary can be used as production kernel and dump 378 The same kernel binary can be used as production kernel and dump
377 capture kernel. 379 capture kernel.
378 380
379config PHYP_DUMP 381config FA_DUMP
380 bool "Hypervisor-assisted dump (EXPERIMENTAL)" 382 bool "Firmware-assisted dump"
381 depends on PPC_PSERIES && EXPERIMENTAL 383 depends on PPC64 && PPC_RTAS && CRASH_DUMP
382 help 384 help
383 Hypervisor-assisted dump is meant to be a kdump replacement 385 A robust mechanism to get reliable kernel crash dump with
384 offering robustness and speed not possible without system 386 assistance from firmware. This approach does not use kexec,
385 hypervisor assistance. 387 instead firmware assists in booting the kdump kernel
388 while preserving memory contents. Firmware-assisted dump
389 is meant to be a kdump replacement offering robustness and
390 speed not possible without system firmware assistance.
386 391
387 If unsure, say "N" 392 If unsure, say "N"
388 393
@@ -611,7 +616,7 @@ endmenu
611 616
612config ISA_DMA_API 617config ISA_DMA_API
613 bool 618 bool
614 default !PPC_ISERIES || PCI 619 default PCI
615 620
616menu "Bus options" 621menu "Bus options"
617 622