Kconfig (8c57a5e7b2820f349c95b8c8393fec1e0f4070d2) | Kconfig (1511cc750c3d9a1c402d71e3522c9cf1fad0ad9c) |
---|---|
1 2menu "Bluetooth device drivers" 3 depends on BT 4 5config BT_INTEL 6 tristate 7 select REGMAP 8 --- 317 unchanged lines hidden (view full) --- 326 help 327 This enables the Bluetooth driver for Texas Instrument's BT/FM/GPS 328 combo devices. This makes use of shared transport line discipline 329 core driver to communicate with the BT core of the combo chip. 330 331 Say Y here to compile support for Texas Instrument's WiLink7 driver 332 into the kernel or say M to compile it as module (btwilink). 333 | 1 2menu "Bluetooth device drivers" 3 depends on BT 4 5config BT_INTEL 6 tristate 7 select REGMAP 8 --- 317 unchanged lines hidden (view full) --- 326 help 327 This enables the Bluetooth driver for Texas Instrument's BT/FM/GPS 328 combo devices. This makes use of shared transport line discipline 329 core driver to communicate with the BT core of the combo chip. 330 331 Say Y here to compile support for Texas Instrument's WiLink7 driver 332 into the kernel or say M to compile it as module (btwilink). 333 |
334config BT_QCOMSMD 335 tristate "Qualcomm SMD based HCI support" 336 depends on QCOM_SMD 337 select BT_QCA 338 help 339 Qualcomm SMD based HCI driver. 340 This driver is used to bridge HCI data onto the shared memory 341 channels to the WCNSS core. 342 343 Say Y here to compile support for HCI over Qualcomm SMD into the 344 kernel or say M to compile as a module. 345 |
|
334endmenu | 346endmenu |