This does nothing yet.
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
You should normally say N here, unless you want to debug early
crashes or need a very simple printk logging facility.
+config KEXEC_DEBUG
+ bool "Debug kexec transition"
+ depends on KEXEC_CORE && EARLY_PRINTK
+ help
+ Faults during kexec can be difficult to debug. This installs exception
+ handlers and attempts to report faults through the same serial port as
+ used for early_printk.
+
config EFI_PGT_DUMP
bool "Dump the EFI pagetable"
depends on EFI