board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / python-pylibftdi / Config.in
blobf82907123516a68ad19f01a30a0e2010e4a58b0c
1 config BR2_PACKAGE_PYTHON_PYLIBFTDI
2         bool "python-pylibftdi"
3         select BR2_PACKAGE_LIBFTDI
4         depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
5         help
6           This package contains the python language binding libftdi.
8           https://pypi.python.org/pypi/pylibftdi
10 comment "python-pylibftdi needs a toolchain w/ threads"
11         depends on !BR2_TOOLCHAIN_HAS_THREADS