94a05f9668
Fixes: http://autobuild.buildroot.net/results/14400ae2c9e312729efa9a9026b5fdd487868c8a/ Also add license information while at it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
372 B
Plaintext
14 lines
372 B
Plaintext
config BR2_PACKAGE_CCID
|
|
bool "ccid"
|
|
select BR2_PACKAGE_PCSC_LITE
|
|
select BR2_PACKAGE_LIBUSB
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
|
depends on BR2_USE_MMU # pcsc-lite
|
|
help
|
|
PC/SC driver for USB CCID smart card readers
|
|
|
|
http://pcsclite.alioth.debian.org/ccid.html
|
|
|
|
comment "ccid needs a toolchain with thread support"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|