9a8102c23cf0b88e82c6a2cd2459f5067c15d013
[packages/trusty/cirros-testvm.git] / Config.in
1 config BR2_PACKAGE_PYTHON_NFC
2         bool "python-nfc"
3         depends on BR2_PACKAGE_PYTHON
4         depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
5         select BR2_PACKAGE_LIBUSB
6         select BR2_PACKAGE_LIBUSB_COMPAT
7         help
8           Python module for near field communication.
9
10           https://launchpad.net/nfcpy
11
12 comment "python-nfc needs a toolchain w/ threads"
13         depends on BR2_PACKAGE_PYTHON
14         depends on !BR2_TOOLCHAIN_HAS_THREADS