~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to net/bluetooth/Kconfig

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
          compile it as module (bluetooth).
28
28
 
29
29
          To use Linux Bluetooth subsystem, you will need several user-space
30
 
          utilities like hciconfig and hcid.  These utilities and updates to
31
 
          Bluetooth kernel modules are provided in the BlueZ packages.
32
 
          For more information, see <http://www.bluez.org/>.
 
30
          utilities like hciconfig and bluetoothd.  These utilities and updates
 
31
          to Bluetooth kernel modules are provided in the BlueZ packages.  For
 
32
          more information, see <http://www.bluez.org/>.
 
33
 
 
34
if BT != n
33
35
 
34
36
config BT_L2CAP
35
 
        tristate "L2CAP protocol support"
36
 
        depends on BT
 
37
        bool "L2CAP protocol support"
37
38
        select CRC16
38
39
        help
39
40
          L2CAP (Logical Link Control and Adaptation Protocol) provides
40
41
          connection oriented and connection-less data transport.  L2CAP
41
42
          support is required for most Bluetooth applications.
42
43
 
43
 
          Say Y here to compile L2CAP support into the kernel or say M to
44
 
          compile it as module (l2cap).
45
 
 
46
44
config BT_SCO
47
 
        tristate "SCO links support"
48
 
        depends on BT
 
45
        bool "SCO links support"
49
46
        help
50
47
          SCO link provides voice transport over Bluetooth.  SCO support is
51
48
          required for voice applications like Headset and Audio.
52
49
 
53
 
          Say Y here to compile SCO support into the kernel or say M to
54
 
          compile it as module (sco).
 
50
endif
55
51
 
56
52
source "net/bluetooth/rfcomm/Kconfig"
57
53