1 config BR2_PACKAGE_PCSC_LITE
3 depends on BR2_TOOLCHAIN_HAS_THREADS
4 depends on BR2_USE_MMU # fork()
5 depends on !BR2_STATIC_LIBS
7 Middleware to access smart card using SCard API (PC/SC).
9 http://pcsclite.alioth.debian.org/
11 if BR2_PACKAGE_PCSC_LITE
13 config BR2_PACKAGE_PCSC_LITE_FORCE_LIBUSB
15 depends on !BR2_PACKAGE_HAS_UDEV
16 select BR2_PACKAGE_LIBUSB
18 Select Y if you want to support usb smart card readers.
20 config BR2_PACKAGE_PCSC_LITE_DEBUGATR
21 bool "enable ATR debug messages"
23 Enable ATR debug messages from pcscd.
25 config BR2_PACKAGE_PCSC_LITE_EMBEDDED
26 bool "enable embedded mode"
28 Limit RAM and CPU resources by disabling logs.
32 comment "pcsc-lite needs a toolchain w/ threads, dynamic library"
33 depends on BR2_USE_MMU
34 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS