6c7558f30a50852c7145692d28ac6249f7fba9e1
[openwrt/staging/blogic.git] / package / boot / kexec-tools / Config.in
1 menu "Configuration"
2 depends on PACKAGE_kexec-tools
3
4 config KEXEC_TOOLS_TARGET_NAME
5 string
6 prompt "Target name for kexec kernel"
7 default EXTRA_TARGET_ARCH_NAME if powerpc64
8 default ARCH
9 help
10 Defines the target type of the kernels that kexec deals
11 with. This should be the target specification of
12 the kernel you're booting.
13
14 config KEXEC_TOOLS_kdump
15 bool
16 prompt "kdump support"
17 default n
18 help
19 Include the kdump utility.
20
21 config KEXEC_ZLIB
22 bool
23 prompt "zlib support"
24 default y
25
26 config KEXEC_LZMA
27 bool
28 prompt "lzma support"
29 default n
30
31 endmenu