summaryrefslogtreecommitdiffstats
path: root/rules/bluez.in
blob: e14135dd68e5a20fcb4880c9ebf78d3056bbd51e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
## SECTION=communication

menuconfig BLUEZ
	tristate "bluez                         "
	select LIBC_DL
	select LIBC_PTHREAD
	select LIBC_RT
	select DBUS
	select GLIB
	select UDEV
	select READLINE			if BLUEZ_CLIENT
	select PYGOBJECT		if BLUEZ_INSTALL_TESTSCRIPTS
	select DBUS_PYTHON		if BLUEZ_INSTALL_TESTSCRIPTS
	help
	  Official Linux Bluetooth protocol stack
	  For more information refer http://www.bluez.org

if BLUEZ

config BLUEZ_SYSTEMD_UNIT
	bool
	default y
	depends on SYSTEMD
	prompt "install systemd unit files"

config BLUEZ_UTILS
	bool "install bluez tools"
	help
	  install the tools "bccmd bluemoon btmon ciptool hciattach
	  hciconfig hcidump hcitool hex2hcd l2ping l2test mpris-proxy rctest
	  rfcomm sdptoolciptool l2ping hcitool rctest rfcomm" and "sdptool"

config BLUEZ_CLIENT
	bool "install client tools: bluetoothctl, gatttool"
	help
	  install the client tools bluetoothctl and gatttool

config BLUEZ_INSTALL_TESTSCRIPTS
	bool "install testscripts"
	help
	  install test scripts that allow to set up bluetooth connections

endif