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 / bluez_utils / Config.in
1 config BR2_PACKAGE_BLUEZ_UTILS
2         bool "bluez-utils"
3         depends on !BR2_STATIC_LIBS
4         depends on BR2_USE_WCHAR # libglib2
5         depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, alsa-lib, libglib2
6         depends on BR2_USE_MMU # dbus, libglib2
7         select BR2_PACKAGE_DBUS
8         select BR2_PACKAGE_LIBGLIB2
9         help
10           bluez utils
11
12           http://www.kernel.org/pub/linux/bluetooth
13
14 if BR2_PACKAGE_BLUEZ_UTILS
15
16 config BR2_PACKAGE_BLUEZ_UTILS_COMPAT
17         bool "BlueZ 3.x compatibility binaries"
18         help
19           BlueZ 3.x compatibility binaries like pand, hidd, sdp
20
21 config BR2_PACKAGE_BLUEZ_UTILS_AUDIO
22         bool "audio support"
23         select BR2_PACKAGE_ALSA_LIB
24         select BR2_PACKAGE_LIBSNDFILE
25         help
26           Audio support
27
28 config BR2_PACKAGE_BLUEZ_UTILS_USB
29         bool "USB support"
30         depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
31         select BR2_PACKAGE_LIBUSB
32         help
33           USB support
34
35 config BR2_PACKAGE_BLUEZ_UTILS_GATT
36         bool "GATT support"
37         select BR2_PACKAGE_READLINE
38         help
39           Generic Attribute Profile (GATT) support. This provides profile
40           discovery and description services for Bluetooth Low Energy.
41           This will install the gatttool utility.
42 endif
43
44 comment "bluez-utils needs a toolchain w/ wchar, threads, dynamic library"
45         depends on BR2_USE_MMU
46         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS