1*4882a593Smuzhiyunconfig BR2_PACKAGE_NEARD 2*4882a593Smuzhiyun bool "neard" 3*4882a593Smuzhiyun depends on BR2_USE_WCHAR # libglib2 4*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS # libnl, dbus, libglib2 5*4882a593Smuzhiyun depends on BR2_USE_MMU # dbus, libglib2 6*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS # dlopen 7*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_SYNC_4 8*4882a593Smuzhiyun select BR2_PACKAGE_DBUS 9*4882a593Smuzhiyun select BR2_PACKAGE_LIBGLIB2 10*4882a593Smuzhiyun select BR2_PACKAGE_LIBNL 11*4882a593Smuzhiyun help 12*4882a593Smuzhiyun Near Field Communication (NFC) manager. This userspace 13*4882a593Smuzhiyun daemon is a part of the NFC stack provided by the Linux NFC 14*4882a593Smuzhiyun project. 15*4882a593Smuzhiyun 16*4882a593Smuzhiyun https://git.kernel.org/pub/scm/network/nfc/neard.git 17*4882a593Smuzhiyun 18*4882a593Smuzhiyunif BR2_PACKAGE_NEARD 19*4882a593Smuzhiyun 20*4882a593Smuzhiyunconfig BR2_PACKAGE_NEARD_TOOLS 21*4882a593Smuzhiyun bool "neard tools" 22*4882a593Smuzhiyun help 23*4882a593Smuzhiyun Build and install neard tools. 24*4882a593Smuzhiyun 25*4882a593Smuzhiyunendif 26*4882a593Smuzhiyun 27*4882a593Smuzhiyuncomment "neard needs a toolchain w/ wchar, threads, dynamic library" 28*4882a593Smuzhiyun depends on BR2_USE_MMU 29*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_SYNC_4 30*4882a593Smuzhiyun depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS 31