The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / kexec-lite / Config.in
1 config BR2_PACKAGE_KEXEC_LITE
2         bool "kexec-lite"
3         depends on BR2_powerpc || BR2_powerpc64
4         depends on !BR2_STATIC_LIBS # dtc, elfutils
5         depends on BR2_USE_WCHAR # elfutils
6         select BR2_PACKAGE_ELFUTILS
7         select BR2_PACKAGE_DTC
8         select BR2_PACKAGE_DTC_PROGRAMS
9         help
10           Kexec is a user space utiltity for loading another kernel
11           and asking the currently running kernel to do something with it.
12
13           This package is a tiny implementation of the kexec userspace
14           components, for devicetree-based platforms.
15
16 comment "kexec-lite needs a toolchain w/ wchar, dynamic library"
17         depends on BR2_powerpc || BR2_powerpc64
18         depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR