2010-04-16 11:03:50 +00:00
|
|
|
menu "Configuration"
|
|
|
|
depends on PACKAGE_kexec-tools
|
2008-04-12 23:20:31 +00:00
|
|
|
|
|
|
|
config KEXEC_TOOLS_TARGET_NAME
|
|
|
|
string
|
2010-04-16 11:03:50 +00:00
|
|
|
prompt "Target name for kexec kernel"
|
2009-08-18 23:07:45 +00:00
|
|
|
default EXTRA_TARGET_ARCH_NAME if powerpc64
|
2008-04-12 23:20:31 +00:00
|
|
|
default ARCH
|
|
|
|
help
|
|
|
|
Defines the target type of the kernels that kexec deals
|
|
|
|
with. This should be the target specification of
|
|
|
|
the kernel you're booting.
|
2009-08-24 20:11:46 +00:00
|
|
|
|
|
|
|
config KEXEC_TOOLS_kdump
|
|
|
|
bool
|
|
|
|
prompt "kdump support"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Include the kdump utility.
|
|
|
|
|
2013-06-28 11:27:13 +00:00
|
|
|
config KEXEC_ZLIB
|
|
|
|
bool
|
|
|
|
prompt "zlib support"
|
|
|
|
default y
|
|
|
|
|
2010-04-16 11:03:50 +00:00
|
|
|
endmenu
|