2006-12-19 14:24:27 +01:00
|
|
|
config BR2_PACKAGE_KEXEC
|
|
|
|
bool "kexec"
|
2012-11-16 01:42:10 +01:00
|
|
|
depends on BR2_i386 || BR2_x86_64 || BR2_arm || BR2_armeb || \
|
|
|
|
BR2_mips || BR2_mips64 || BR2_mipsel || BR2_mips64el || \
|
2014-02-04 15:25:34 +01:00
|
|
|
BR2_powerpc || BR2_sh4 || BR2_sh4a
|
2006-12-19 14:24:27 +01:00
|
|
|
help
|
2014-10-29 14:56:40 +01:00
|
|
|
Kexec is a user space utility for loading another kernel
|
2006-12-19 14:24:27 +01:00
|
|
|
and asking the currently running kernel to do something with it.
|
|
|
|
|
2013-08-29 11:45:49 +02:00
|
|
|
https://www.kernel.org/pub/linux/utils/kernel/kexec/
|
2006-12-19 14:24:27 +01:00
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_KEXEC
|
|
|
|
|
2006-12-19 14:24:27 +01:00
|
|
|
config BR2_PACKAGE_KEXEC_ZLIB
|
2011-09-26 22:17:12 +02:00
|
|
|
bool "zlib support"
|
2006-12-19 14:24:27 +01:00
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
help
|
|
|
|
Support for compressed kernel images
|
2013-12-20 22:31:30 +01:00
|
|
|
|
|
|
|
endif
|