Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Kconfig (395174bb07c1dce58fbf2baa3a01bb69f5103c59) |
---|---|
1 2menu "Bluetooth device drivers" 3 depends on BT 4 5config BT_INTEL 6 tristate 7 select REGMAP 8 --- 155 unchanged lines hidden (view full) --- 164 help 165 The Qualcomm Atheros protocol supports HCI In-Band Sleep feature 166 over serial port interface(H4) between controller and host. 167 This protocol is required for UART clock control for QCA Bluetooth 168 devices. 169 170 Say Y here to compile support for QCA protocol. 171 | 1 2menu "Bluetooth device drivers" 3 depends on BT 4 5config BT_INTEL 6 tristate 7 select REGMAP 8 --- 155 unchanged lines hidden (view full) --- 164 help 165 The Qualcomm Atheros protocol supports HCI In-Band Sleep feature 166 over serial port interface(H4) between controller and host. 167 This protocol is required for UART clock control for QCA Bluetooth 168 devices. 169 170 Say Y here to compile support for QCA protocol. 171 |
172config BT_HCIUART_AG6XX 173 bool "Intel AG6XX protocol support" 174 depends on BT_HCIUART 175 select BT_HCIUART_H4 176 select BT_INTEL 177 help 178 The Intel/AG6XX protocol support enables Bluetooth HCI over serial 179 port interface for Intel ibt 2.1 Bluetooth controllers. 180 181 Say Y here to compile support for Intel AG6XX protocol. 182 |
|
172config BT_HCIBCM203X 173 tristate "HCI BCM203x USB driver" 174 depends on USB 175 select FW_LOADER 176 help 177 Bluetooth HCI BCM203x USB driver. 178 This driver provides the firmware loading mechanism for the Broadcom 179 Blutonium based devices. --- 144 unchanged lines hidden --- | 183config BT_HCIBCM203X 184 tristate "HCI BCM203x USB driver" 185 depends on USB 186 select FW_LOADER 187 help 188 Bluetooth HCI BCM203x USB driver. 189 This driver provides the firmware loading mechanism for the Broadcom 190 Blutonium based devices. --- 144 unchanged lines hidden --- |