xref: /OK3568_Linux_fs/buildroot/package/python-nfc/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_NFC
2*4882a593Smuzhiyun	bool "python-nfc"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_PYTHON
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb
6*4882a593Smuzhiyun	select BR2_PACKAGE_LIBUSB
7*4882a593Smuzhiyun	select BR2_PACKAGE_LIBUSB_COMPAT
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  Python module for near field communication.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  https://launchpad.net/nfcpy
12*4882a593Smuzhiyun
13*4882a593Smuzhiyuncomment "python-nfc needs a toolchain w/ threads, gcc >= 4.9"
14*4882a593Smuzhiyun	depends on BR2_PACKAGE_PYTHON
15*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || \
16*4882a593Smuzhiyun		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
17