f5bb5830bbc4d4dcc4e6c0507c39eddda712c24e
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ccid / Config.in
1 config BR2_PACKAGE_CCID
2         bool "ccid"
3         select BR2_PACKAGE_PCSC_LITE
4         select BR2_PACKAGE_LIBUSB
5         depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
6         depends on BR2_USE_MMU # pcsc-lite
7         depends on !BR2_STATIC_LIBS # pcsc-lite
8         help
9           PC/SC driver for USB CCID smart card readers
10
11           http://pcsclite.alioth.debian.org/ccid.html
12
13 comment "ccid needs a toolchain w/ threads, dynamic library"
14         depends on BR2_USE_MMU
15         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS