summaryrefslogtreecommitdiffstats
path: root/rules/kexec-tools.in
blob: 9dc7c6e5978b1028ef9582e2fb46ed4862f5782d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## SECTION=shell_and_console

menuconfig KEXEC_TOOLS
	tristate
	select ZLIB if KEXEC_TOOLS_ZLIB
	prompt "kexec-tools                   "
	help
	  The kexec-tools are used to load a kernel in memory and reboot
	  into the kernel loaded in memory using the kexec system call.

if KEXEC_TOOLS

config KEXEC_TOOLS_ZLIB
	bool
	prompt "Use zlib"
	help
	  FIXME

config KEXEC_TOOLS_XEN
	bool
	depends on BROKEN
	prompt "Xen support"
	help
	  kexec has been ported to xen for the hypervisor and domain 0.

endif