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 / lightning / Config.in
1 config BR2_PACKAGE_LIGHTNING
2         bool "lightning"
3         depends on BR2_sparc || BR2_i386 || BR2_x86_64 || BR2_mips || \
4                 BR2_mipsel || BR2_arm || BR2_powerpc
5         help
6           GNU lightning is a library that generates
7           assembly language code at run-time.
8
9           https://www.gnu.org/software/lightning/
10
11 if BR2_PACKAGE_LIGHTNING
12
13 config BR2_PACKAGE_LIGHTNING_DISASSEMBLER
14         bool "enable disassembler"
15         select BR2_PACKAGE_BINUTILS
16         select BR2_PACKAGE_ZLIB
17         depends on !BR2_aarch64 && !BR2_nios2 # binutils
18         depends on BR2_USE_WCHAR # binutils
19         help
20           Enable the GNU lightning disassembler.
21
22 comment "lightning disassembler needs a toolchain w/ wchar"
23         depends on !BR2_aarch64 && !BR2_nios2
24         depends on !BR2_USE_WCHAR
25
26 endif