Config.in 407 B

1234567891011121314
  1. config BR2_PACKAGE_KEXEC
  2. bool "kexec"
  3. help
  4. Kexec is a user space utiltity for loading another kernel
  5. and asking the currently running kernel to do something with it.
  6. http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
  7. config BR2_PACKAGE_KEXEC_ZLIB
  8. bool "Kexec with zlib support"
  9. depends on BR2_PACKAGE_KEXEC
  10. select BR2_PACKAGE_ZLIB
  11. help
  12. Support for compressed kernel images