summaryrefslogtreecommitdiffstats
path: root/package/kexec/Config.in
blob: e59a07b9d580f009bdce4404ecab842b4f839b58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config BR2_PACKAGE_KEXEC
	bool "kexec"
	depends on !BR2_avr32
	help
	  Kexec is a user space utiltity for loading another kernel
	  and asking the currently running kernel to do something with it.

	  http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/

config BR2_PACKAGE_KEXEC_ZLIB
	bool "zlib support"
	depends on BR2_PACKAGE_KEXEC
	select BR2_PACKAGE_ZLIB
	help
	  Support for compressed kernel images