5f606fee9ae0ea97079e9bcd5c64fc35e06be03e
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / openobex / Config.in
1 config BR2_PACKAGE_OPENOBEX
2         bool "openobex"
3         help
4           Free open source implementation of the Object Exchange (OBEX)
5           protocol.
6
7           http://www.openobex.org
8
9 if BR2_PACKAGE_OPENOBEX
10
11 config BR2_PACKAGE_OPENOBEX_BLUEZ
12         bool "enable bluez support"
13         depends on !BR2_STATIC_LIBS # bluez_utils
14         depends on BR2_USE_WCHAR # libglib2
15         depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, alsa-lib, libglib2
16         depends on BR2_USE_MMU # dbus
17         select BR2_PACKAGE_BLUEZ_UTILS
18
19 comment "bluez support needs a toolchain w/ wchar, threads, dynamic library"
20         depends on BR2_USE_MMU
21         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
22
23 config BR2_PACKAGE_OPENOBEX_LIBUSB
24         bool "enable libusb support"
25         depends on BR2_TOOLCHAIN_HAS_THREADS
26         select BR2_PACKAGE_LIBUSB
27
28 comment "libusb support needs a toolchain w/ threads"
29         depends on !BR2_TOOLCHAIN_HAS_THREADS
30
31 config BR2_PACKAGE_OPENOBEX_APPS
32         bool "install test applications"
33         help
34           Also install the openobex test applications on target.
35
36 config BR2_PACKAGE_OPENOBEX_SYSLOG
37         bool "enable debugging to the system logger"
38
39 config BR2_PACKAGE_OPENOBEX_DUMP
40         bool "enable protocol dumping for debugging"
41
42 endif