1*4882a593Smuzhiyunconfig BR2_PACKAGE_ACSCCID 2*4882a593Smuzhiyun bool "acsccid" 3*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS # pcsc-lite, 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_LIBICONV if !BR2_ENABLE_LOCALE 8*4882a593Smuzhiyun select BR2_PACKAGE_PCSC_LITE 9*4882a593Smuzhiyun # Even though there is a --disable-libusb option, it has in 10*4882a593Smuzhiyun # fact no effect, and acsccid really requires libusb. 11*4882a593Smuzhiyun select BR2_PACKAGE_LIBUSB 12*4882a593Smuzhiyun help 13*4882a593Smuzhiyun acsccid is a PC/SC driver for Linux/Mac OS X and it supports 14*4882a593Smuzhiyun ACS CCID smart card readers. 15*4882a593Smuzhiyun 16*4882a593Smuzhiyun http://acsccid.sourceforge.net/ 17*4882a593Smuzhiyun 18*4882a593Smuzhiyuncomment "acsccid needs a toolchain w/ threads, dynamic library, gcc >= 4.9" 19*4882a593Smuzhiyun depends on BR2_USE_MMU 20*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || \ 21*4882a593Smuzhiyun !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 22