diff options
Diffstat (limited to 'package/kexec/Config.in')
-rw-r--r-- | package/kexec/Config.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/kexec/Config.in b/package/kexec/Config.in new file mode 100644 index 000000000..0b114f7eb --- /dev/null +++ b/package/kexec/Config.in @@ -0,0 +1,16 @@ +config BR2_PACKAGE_KEXEC + bool "kexec" + default n + 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 + default n + select BR2_PACKAGE_ZLIB + help + Support for compressed kernel images |