blob: 7aa3f1db2e85c30567ae1dbc03b8f8106b03b7b3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
config KEXEC_TOOLS_TARGET_NAME
string
prompt "Target name for kexec kernel" if PACKAGE_kexec-tools
default EXTRA_TARGET_ARCH_NAME if powerpc64
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.
|