buildrootschalter/package/openocd/Config.in
Gustavo Zacarias 09a29b6a89 libusb: needs thread support
libusb needs thread support, and so do other packages that depend on it.

[thomas.petazzoni@free-electrons.com: adds threads dependency to
libnfc-llp, which selects libnfc.]

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-07-30 21:27:10 +02:00

34 lines
838 B
Plaintext

config BR2_PACKAGE_OPENOCD
bool "openocd"
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
select BR2_PACKAGE_LIBUSB
select BR2_PACKAGE_LIBUSB_COMPAT
help
OpenOCD - Open On-Chip Debugger
http://openocd.berlios.de/web/
if BR2_PACKAGE_OPENOCD
comment "Adapters"
config BR2_PACKAGE_OPENOCD_FT2XXX
bool "FT2xxx/FT4xxx Based JTAG Programmer"
select BR2_PACKAGE_LIBFTDI
help
Enable building support for FT2232 based devices
using the libftdi driver, opensource alternate of FTD2XX
config BR2_PACKAGE_OPENOCD_JLINK
bool "Segger J-Link JTAG Programmer"
help
Segger J-Link JTAG Programmer and clone such as Atmel SAM-ICE
config BR2_PACKAGE_OPENOCD_VSLLINK
bool "Versaloon-Link JTAG Programmr"
endif # BR2_PACKAGE_OPENOCD
comment "openocd needs a toolchain with thread support"
depends on !BR2_TOOLCHAIN_HAS_THREADS