353d1af8c5a438b04fa2182c82d3abf962866415
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / neard / Config.in
1 config BR2_PACKAGE_NEARD
2         bool "neard"
3         depends on BR2_USE_WCHAR # libglib2
4         depends on BR2_TOOLCHAIN_HAS_THREADS # libnl, dbus, libglib2
5         depends on BR2_USE_MMU # dbus, libglib2
6         depends on !BR2_STATIC_LIBS # dlopen
7         select BR2_PACKAGE_DBUS
8         select BR2_PACKAGE_LIBGLIB2
9         select BR2_PACKAGE_LIBNL
10         help
11           Near Field Communication (NFC) manager. This userspace daemon is
12           a part of the NFC stack provided by the Linux NFC project.
13
14           http://git.kernel.org/?p=network/nfc/neard.git;a=summary
15
16           https://01.org/linux-nfc/documentation/how-start-linux-nfc-code...
17
18 if BR2_PACKAGE_NEARD
19
20 config BR2_PACKAGE_NEARD_TOOLS
21         bool "neard tools"
22         help
23           Build and install neard tools.
24
25 endif
26
27 comment "neard needs a toolchain w/ wchar, threads, dynamic library"
28         depends on BR2_USE_MMU
29         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS