The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / bluez5_utils / Config.in
1 config BR2_PACKAGE_BLUEZ5_UTILS
2         bool "bluez-utils 5.x"
3         depends on BR2_USE_WCHAR # libglib2
4         depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
5         depends on BR2_USE_MMU # dbus
6         depends on !BR2_STATIC_LIBS # uses dlfcn
7         depends on !BR2_PACKAGE_BLUEZ_UTILS # conflicts with 4.x version
8         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
9         select BR2_PACKAGE_DBUS
10         select BR2_PACKAGE_LIBGLIB2
11         help
12           bluez utils version 5.x
13
14           With this release BlueZ only supports the new Bluetooth
15           Management kernel interface (introduced in Linux 3.4).
16
17           For Low Energy support at least kernel version 3.5 is
18           needed.
19
20           The API is not backward compatible with BlueZ 4.
21
22           Bluez utils will use systemd and/or udev if enabled.
23
24           http://www.bluez.org
25           http://www.kernel.org/pub/linux/bluetooth
26
27 if BR2_PACKAGE_BLUEZ5_UTILS
28
29 config BR2_PACKAGE_BLUEZ5_UTILS_OBEX
30         bool "build OBEX support"
31         select BR2_PACKAGE_LIBICAL
32         help
33           Enable the OBEX support in Bluez 5.x.
34
35 config BR2_PACKAGE_BLUEZ5_UTILS_CLIENT
36         bool "build CLI client"
37         select BR2_PACKAGE_READLINE
38         help
39           Enable the Bluez 5.x command line client.
40
41 config BR2_PACKAGE_BLUEZ5_UTILS_GATTTOOL
42         bool "install GATT tool"
43         depends on BR2_PACKAGE_BLUEZ5_UTILS_CLIENT
44         help
45           Generic Attribute Profile (GATT) support. This provides
46           profile discovery and description services for Bluetooth Low
47           Energy. This will install the gatttool utility.
48
49           It is always built with BlueZ 5.x, but upstream choose not
50           to install it by default.
51
52 config BR2_PACKAGE_BLUEZ5_UTILS_EXPERIMENTAL
53         bool "build experimental plugins"
54         help
55           Build BlueZ 5.x experimental plugins (SAP, NFC, ...).
56
57 config BR2_PACKAGE_BLUEZ5_UTILS_TEST
58         bool "build tests"
59         help
60           Build BlueZ 5.x tests
61
62 endif
63
64 comment "bluez5-utils needs a toolchain w/ wchar, threads, headers >= 3.4, dynamic library"
65         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
66                 !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 || BR2_STATIC_LIBS
67         depends on BR2_USE_MMU
68
69 comment "bluez5-utils conflicts with older bluez-utils version"
70         depends on BR2_PACKAGE_BLUEZ_UTILS