Kconfig (8be98d2f2a0a262f8bf8a0bc1fdf522b3c7aab17) | Kconfig (26afbd826ee326e63a334c37fd45e82e50a615ec) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Bluetooth subsystem configuration 4# 5 6menuconfig BT 7 tristate "Bluetooth subsystem support" 8 depends on !S390 --- 15 unchanged lines hidden (view full) --- 24 Bluetooth can be found at <https://www.bluetooth.com/>. 25 26 Linux Bluetooth subsystem consist of several layers: 27 Bluetooth Core 28 HCI device and connection manager, scheduler 29 SCO audio links 30 L2CAP (Logical Link Control and Adaptation Protocol) 31 SMP (Security Manager Protocol) on LE (Low Energy) links | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Bluetooth subsystem configuration 4# 5 6menuconfig BT 7 tristate "Bluetooth subsystem support" 8 depends on !S390 --- 15 unchanged lines hidden (view full) --- 24 Bluetooth can be found at <https://www.bluetooth.com/>. 25 26 Linux Bluetooth subsystem consist of several layers: 27 Bluetooth Core 28 HCI device and connection manager, scheduler 29 SCO audio links 30 L2CAP (Logical Link Control and Adaptation Protocol) 31 SMP (Security Manager Protocol) on LE (Low Energy) links |
32 ISO isochronous links |
|
32 HCI Device drivers (Interface to the hardware) 33 RFCOMM Module (RFCOMM Protocol) 34 BNEP Module (Bluetooth Network Encapsulation Protocol) 35 CMTP Module (CAPI Message Transport Protocol) 36 HIDP Module (Human Interface Device Protocol) 37 38 Say Y here to compile Bluetooth support into the kernel or say M to 39 compile it as module (bluetooth). --- 112 unchanged lines hidden --- | 33 HCI Device drivers (Interface to the hardware) 34 RFCOMM Module (RFCOMM Protocol) 35 BNEP Module (Bluetooth Network Encapsulation Protocol) 36 CMTP Module (CAPI Message Transport Protocol) 37 HIDP Module (Human Interface Device Protocol) 38 39 Say Y here to compile Bluetooth support into the kernel or say M to 40 compile it as module (bluetooth). --- 112 unchanged lines hidden --- |