]> review.fuel-infra Code Review - packages/trusty/cirros-testvm.git/blob - cirros-testvm/src-cirros/buildroot-2015.05/package/python-nfc/Config.in
The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / python-nfc / 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