]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/avrdude/Config.in
avrdude: Depend on elfutils instead of libelf to get the libelf library
[coffee/buildroot.git] / 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_LARGEFILE # elfutils
9         depends on BR2_USE_WCHAR # elfutils
10         depends on !BR2_avr32 # elfutils
11         depends on !BR2_bfin # elfutils
12         help
13           avrdude is a programmer for Atmel AVR microcontrollers
14           this package provides a version with new linuxspi driver
15
16           https://github.com/kcuzner/avrdude
17
18 comment "avrdude needs a toolchain w/ threads, largefile, wchar"
19         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE || !BR2_USE_WCHAR
20         depends on !BR2_avr32
21         depends on !BR2_bfin