Kconfig (29a3060aa7cc2e5cfaabeb935fafb832b9b33ad4) Kconfig (83e81961ff7ef75f97756f316caea5aa6bcc19cc)
1
2menu "Bluetooth device drivers"
3 depends on BT
4
5config BT_INTEL
6 tristate
7
8config BT_BCM
9 tristate
10 select FW_LOADER
11
12config BT_RTL
13 tristate
14 select FW_LOADER
15
1
2menu "Bluetooth device drivers"
3 depends on BT
4
5config BT_INTEL
6 tristate
7
8config BT_BCM
9 tristate
10 select FW_LOADER
11
12config BT_RTL
13 tristate
14 select FW_LOADER
15
16config BT_QCA
17 tristate
18 select FW_LOADER
19
16config BT_HCIBTUSB
17 tristate "HCI USB driver"
18 depends on USB
19 select BT_INTEL
20 help
21 Bluetooth HCI USB driver.
22 This driver is required if you want to use Bluetooth devices with
23 USB interface.

--- 281 unchanged lines hidden ---
20config BT_HCIBTUSB
21 tristate "HCI USB driver"
22 depends on USB
23 select BT_INTEL
24 help
25 Bluetooth HCI USB driver.
26 This driver is required if you want to use Bluetooth devices with
27 USB interface.

--- 281 unchanged lines hidden ---