Kconfig (db11223571d489d1aab575a4ac4b7352d2d54e2f) Kconfig (8a06127602de70541e751a8c64a06995ee281f22)
1# SPDX-License-Identifier: GPL-2.0
2
3menu "Bluetooth device drivers"
4 depends on BT
5
6config BT_INTEL
7 tristate
8 select REGMAP

--- 271 unchanged lines hidden (view full) ---

280 help
281 Bluetooth HCI BCM203x USB driver.
282 This driver provides the firmware loading mechanism for the Broadcom
283 Blutonium based devices.
284
285 Say Y here to compile support for HCI BCM203x devices into the
286 kernel or say M to compile it as module (bcm203x).
287
1# SPDX-License-Identifier: GPL-2.0
2
3menu "Bluetooth device drivers"
4 depends on BT
5
6config BT_INTEL
7 tristate
8 select REGMAP

--- 271 unchanged lines hidden (view full) ---

280 help
281 Bluetooth HCI BCM203x USB driver.
282 This driver provides the firmware loading mechanism for the Broadcom
283 Blutonium based devices.
284
285 Say Y here to compile support for HCI BCM203x devices into the
286 kernel or say M to compile it as module (bcm203x).
287
288
289config BT_HCIBCM4377
290 tristate "HCI BCM4377/4378/4387 PCIe driver"
291 depends on PCI
292 select FW_LOADER
293 help
294 Support for Broadcom BCM4377/4378/4387 Bluetooth chipsets attached via
295 PCIe. These are usually found in Apple machines.
296
297 Say Y here to compile support for HCI BCM4377 family devices into the
298 kernel or say M to compile it as module (hci_bcm4377).
299
288config BT_HCIBPA10X
289 tristate "HCI BPA10x USB driver"
290 depends on USB
291 help
292 Bluetooth HCI BPA10x USB driver.
293 This driver provides support for the Digianswer BPA 100/105 Bluetooth
294 sniffer devices.
295

--- 161 unchanged lines hidden ---
300config BT_HCIBPA10X
301 tristate "HCI BPA10x USB driver"
302 depends on USB
303 help
304 Bluetooth HCI BPA10x USB driver.
305 This driver provides support for the Digianswer BPA 100/105 Bluetooth
306 sniffer devices.
307

--- 161 unchanged lines hidden ---