Config.in 442 B

123456789101112131415
  1. config BR2_PACKAGE_CCID
  2. bool "ccid"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
  4. depends on BR2_USE_MMU # pcsc-lite
  5. depends on !BR2_STATIC_LIBS # pcsc-lite
  6. select BR2_PACKAGE_PCSC_LITE
  7. select BR2_PACKAGE_LIBUSB
  8. help
  9. PC/SC driver for USB CCID smart card readers
  10. https://ccid.apdu.fr/
  11. comment "ccid needs a toolchain w/ threads, dynamic library"
  12. depends on BR2_USE_MMU
  13. depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS