1707f21c32cd52cb03fb0565697d4d07ec8cd5e3
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libnfc / Config.in
1 config BR2_PACKAGE_LIBNFC
2         bool "libnfc"
3         depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
4         select BR2_PACKAGE_LIBUSB
5         select BR2_PACKAGE_LIBUSB_COMPAT
6         help
7           Public platform independent Near Field Communication (NFC) library.
8
9           http://www.libnfc.org/
10
11 if BR2_PACKAGE_LIBNFC
12
13 config BR2_PACKAGE_LIBNFC_EXAMPLES
14         bool "build libnfc examples"
15         select BR2_PACKAGE_READLINE
16
17 endif
18
19 comment "libnfc needs a toolchain w/ threads"
20         depends on !BR2_TOOLCHAIN_HAS_THREADS