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 / avrdude / Config.in
1 config BR2_PACKAGE_AVRDUDE
2         bool "avrdude"
3         select BR2_PACKAGE_ELFUTILS
4         select BR2_PACKAGE_LIBUSB
5         select BR2_PACKAGE_LIBUSB_COMPAT
6         select BR2_PACKAGE_NCURSES
7         depends on BR2_TOOLCHAIN_HAS_THREADS
8         depends on BR2_USE_WCHAR # elfutils
9         depends on !BR2_STATIC_LIBS # elfutils
10         depends on !BR2_bfin # elfutils
11         help
12           avrdude is a programmer for Atmel AVR microcontrollers
13           this package provides a version with new linuxspi driver
14
15           https://github.com/kcuzner/avrdude
16
17 comment "avrdude needs a toolchain w/ threads, wchar, dynamic library"
18         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || BR2_STATIC_LIBS
19         depends on !BR2_bfin