]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/avrdude/Config.in
avrdude: new package
[coffee/buildroot.git] / package / avrdude / Config.in
1 config BR2_PACKAGE_AVRDUDE
2         bool "avrdude"
3         select BR2_PACKAGE_LIBELF
4         select BR2_PACKAGE_LIBUSB
5         select BR2_PACKAGE_LIBUSB_COMPAT
6         select BR2_PACKAGE_NCURSES
7         depends on BR2_TOOLCHAIN_HAS_THREADS
8         help
9           avrdude is a programmer for Atmel AVR microcontrollers
10           this package provides a version with new linuxspi driver
11
12           https://github.com/kcuzner/avrdude
13
14 comment "avrdude needs a toolchain w/ threads"
15         depends on !BR2_TOOLCHAIN_HAS_THREADS