buildrootschalter/package/kexec/Config.in

16 lines
419 B
Plaintext
Raw Normal View History

2006-12-19 14:24:27 +01:00
config BR2_PACKAGE_KEXEC
bool "kexec"
depends on !BR2_avr32
2006-12-19 14:24:27 +01:00
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/
2006-12-19 14:24:27 +01:00
config BR2_PACKAGE_KEXEC_ZLIB
bool "zlib support"
2006-12-19 14:24:27 +01:00
depends on BR2_PACKAGE_KEXEC
select BR2_PACKAGE_ZLIB
help
Support for compressed kernel images