pass ARCH down to uClibc
[buildroot.git] / package / kexec / Config.in
blob0b114f7ebdcf32b99022ec7b6836ec4e9590b858
1 config BR2_PACKAGE_KEXEC
2         bool "kexec"
3         default n
4         help
5           Kexec is a user space utiltity for loading another kernel
6           and asking the currently running kernel to do something with it.
8           http://www.xmission.com/~ebiederm/files/kexec/
10 config BR2_PACKAGE_KEXEC_ZLIB
11         bool "Kexec with zlib support"
12         depends on BR2_PACKAGE_KEXEC
13         default n
14         select BR2_PACKAGE_ZLIB
15         help
16           Support for compressed kernel images