buildrootschalter/package/kexec/Config.in
Peter Korsgaard 4683420c4c Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00

15 lines
389 B
Plaintext

config BR2_PACKAGE_KEXEC
bool "kexec"
help
Kexec is a user space utiltity for loading another kernel
and asking the currently running kernel to do something with it.
http://www.xmission.com/~ebiederm/files/kexec/
config BR2_PACKAGE_KEXEC_ZLIB
bool "Kexec with zlib support"
depends on BR2_PACKAGE_KEXEC
select BR2_PACKAGE_ZLIB
help
Support for compressed kernel images