# ALSA bluetooth drivers

menu "bluetooth devices"
	depends on SND!=n && BT!=n

config BT_ALSA
	tristate "Bluetooth alsa driver"
	depends on CONFIG_SND_HWDEP!=n
	help
	  This driver provides a way to use a bluetooth headset with Linux.
	  It works well enough now to get voice-quality audio to and from most
	  headsets.
	  Successful tests have been reported with the following hardware:
	    * BlueTrek 1
	    * Bluetake iPhono BT420 (using either sco or a2dp)
	    * Canyon CN-BTH1 (must click headset's volume-up button after each
	      connection)
	    * Ericsson HBH-60
	    * Ericsson HBH-35
	    * Jabra BT200, BT250
	    * Jabra BT110 (will turn off very soon after the last audio packets
	      have been transmitted and btsco will quit with "RFCOMM channel
	      lost")
	    * Logitech HS01 (has a noisy microphone?)
	    * Logitech Mobile F-0179A
	    * Logitech Mobile F-0228A
	    * Motorola HS801 (volume must be changed from headset?)
	    * Motorola HS810/HS850 (may work "better" if you manually specify
	      the handsfree channel, 8)
	    * Plantronics M2500 (this headset has a surprising range >15 meters)
	    * Siemens HHB-600

	  Say Y here to compile support for Bluetooth alsa into the
	  kernel or say M to compile it as module (btsco).

endmenu
