board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / avrdude / Config.in
blob8aca8412829a818f21979b7011ac804aa1d5e937
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         depends on BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC # elfutils
12         help
13           avrdude is a programmer for Atmel AVR microcontrollers
14           this package provides a version with new linuxspi driver
16           https://github.com/kcuzner/avrdude
18 comment "avrdude needs a uClibc or glibc toolchain w/ threads, wchar, dynamic library"
19         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || BR2_STATIC_LIBS \
20                 || !(BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC)
21         depends on !BR2_bfin