summaryrefslogtreecommitdiffstats
path: root/rules/kexec-tools.in
blob: ace6bd8b9f7982bb78e8165970047d4dcf9c6423 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
## 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_GAMECUBE
	bool
	depends on BROKEN
	prompt "Support for Gamecube"
	help
	  FIXME

config KEXEC_TOOLS_ZLIB
	bool
	prompt "Use zlib"
	help
	  FIXME

config KEXEC_TOOLS_XEN
	bool
	depends on BROKEN
	prompt "Xen support"
	help
	  FIXME

config KEXEC_TOOLS_KEXEC
	bool
	prompt "Install kexec"
	help
	  FIXME

config KEXEC_TOOLS_KDUMP
	bool
	depends on BROKEN
	prompt "Install kdump"
	help
	  FIXME

endif