xref: /OK3568_Linux_fs/buildroot/package/ccid/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_CCID
2*4882a593Smuzhiyun	bool "ccid"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb
5*4882a593Smuzhiyun	depends on BR2_USE_MMU # pcsc-lite
6*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # pcsc-lite
7*4882a593Smuzhiyun	select BR2_PACKAGE_PCSC_LITE
8*4882a593Smuzhiyun	select BR2_PACKAGE_LIBUSB
9*4882a593Smuzhiyun	help
10*4882a593Smuzhiyun	  PC/SC driver for USB CCID smart card readers
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  https://ccid.apdu.fr/
13*4882a593Smuzhiyun
14*4882a593Smuzhiyuncomment "ccid needs a toolchain w/ threads, dynamic library, gcc >= 4.9"
15*4882a593Smuzhiyun	depends on BR2_USE_MMU
16*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || \
17*4882a593Smuzhiyun		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
18