xref: /OK3568_Linux_fs/buildroot/package/neardal/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_NEARDAL
2	bool "neardal"
3	depends on BR2_USE_WCHAR # glib2
4	depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, glib2
5	depends on BR2_USE_MMU # dbus
6	select BR2_PACKAGE_DBUS
7	select BR2_PACKAGE_DBUS_GLIB
8	select BR2_PACKAGE_LIBEDIT
9	help
10	  Provides a simple C API to exchange data with the neard NFC
11	  manager daemon.
12
13	  https://github.com/connectivity/neardal
14
15if BR2_PACKAGE_NEARDAL
16
17config BR2_PACKAGE_NEARDAL_NCL
18	bool "ncl tool"
19	help
20	  Build and install neardal ncl command line interpreter tool.
21
22endif
23
24comment "neardal needs a toolchain w/ wchar, threads"
25	depends on BR2_USE_MMU
26	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
27