658ebe3068923298a645a7c9d9c8295cb8ff8895
[packages/trusty/cirros-testvm.git] / Config.in
1 config BR2_PACKAGE_PCSC_LITE
2         bool "pcsc-lite"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         depends on BR2_USE_MMU # fork()
5         depends on !BR2_STATIC_LIBS
6         help
7           Middleware to access smart card using SCard API (PC/SC).
8
9           http://pcsclite.alioth.debian.org/
10
11 if BR2_PACKAGE_PCSC_LITE
12
13 config BR2_PACKAGE_PCSC_LITE_FORCE_LIBUSB
14         bool "use libusb"
15         depends on !BR2_PACKAGE_HAS_UDEV
16         select BR2_PACKAGE_LIBUSB
17         help
18           Select Y if you want to support usb smart card readers.
19
20 config BR2_PACKAGE_PCSC_LITE_DEBUGATR
21         bool "enable ATR debug messages"
22         help
23           Enable ATR debug messages from pcscd.
24
25 config BR2_PACKAGE_PCSC_LITE_EMBEDDED
26         bool "enable embedded mode"
27         help
28           Limit RAM and CPU resources by disabling logs.
29
30 endif
31
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