summaryrefslogtreecommitdiffstats
path: root/rules/bluez.in
blob: b0265ebefef3a6395bef06bb3effd98f4e5ee55b (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
## SECTION=communication

menuconfig BLUEZ
	tristate "bluez                         "
	select DBUS
	select ALSA_LIB		if BLUEZ_ALSA
	select GSTREAMER	if BLUEZ_GSTREAMER
	select GST_PLUGINS_BASE	if BLUEZ_GSTREAMER
	select PYGOBJECT	if BLUEZ_INSTALL_TESTSCRIPTS
	select DBUS_PYTHON	if BLUEZ_INSTALL_TESTSCRIPTS
	help
	  official Linux Bluetooth protocol stack

if BLUEZ

config BLUEZ_ALSA
	bool "alsa support"
	help
	  install bluez-alsa modules

config BLUEZ_GSTREAMER
	bool "gstreamer support"
	help
	  install libgstbluetooth
	  
config BLUEZ_UTILS
	bool "install bluez tools"
	help
	  install ciptool l2ping hcitool rctest rfcomm sdptool

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

endif