2010-04-16 14:03:50 +03:00
|
|
|
menu "Configuration"
|
|
|
|
depends on PACKAGE_kexec-tools
|
2008-04-13 02:20:31 +03:00
|
|
|
|
|
|
|
config KEXEC_TOOLS_TARGET_NAME
|
|
|
|
string
|
2010-04-16 14:03:50 +03:00
|
|
|
prompt "Target name for kexec kernel"
|
2009-08-19 02:07:45 +03:00
|
|
|
default EXTRA_TARGET_ARCH_NAME if powerpc64
|
2008-04-13 02:20:31 +03: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 23:11:46 +03:00
|
|
|
|
|
|
|
config KEXEC_TOOLS_kdump
|
|
|
|
bool
|
|
|
|
prompt "kdump support"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Include the kdump utility.
|
|
|
|
|
2010-04-16 14:03:50 +03:00
|
|
|
endmenu
|