blob: c928ba1f3b4274fbca2f7c74e764b11ec1d1cb71 (
plain)
| 1
2
3
4
5
6
7
8
9
 | config BR2_PACKAGE_PYTHON_NFC
	bool "python-nfc"
	depends on BR2_PACKAGE_PYTHON
	select BR2_PACKAGE_LIBUSB
	select BR2_PACKAGE_LIBUSB_COMPAT
	help
	  Python module for near field communication.
	  https://launchpad.net/nfcpy
 |