Skip to content

Commit

Permalink
Bluetooth: Add support for virtio transport driver
Browse files Browse the repository at this point in the history
This adds support for Bluetooth HCI transport over virtio.

Signed-off-by: Marcel Holtmann <[email protected]>
Signed-off-by: Luiz Augusto von Dentz <[email protected]>
  • Loading branch information
holtmann committed Apr 8, 2021
1 parent f67743f commit afd2daa
Show file tree
Hide file tree
Showing 5 changed files with 445 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/bluetooth/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -425,4 +425,14 @@ config BT_HCIRSI
Say Y here to compile support for HCI over Redpine into the
kernel or say M to compile as a module.

config BT_VIRTIO
tristate "Virtio Bluetooth driver"
depends on VIRTIO
help
Virtio Bluetooth support driver.
This driver supports Virtio Bluetooth devices.

Say Y here to compile support for HCI over Virtio into the
kernel or say M to compile as a module.

endmenu
2 changes: 2 additions & 0 deletions drivers/bluetooth/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ obj-$(CONFIG_BT_BCM) += btbcm.o
obj-$(CONFIG_BT_RTL) += btrtl.o
obj-$(CONFIG_BT_QCA) += btqca.o

obj-$(CONFIG_BT_VIRTIO) += virtio_bt.o

obj-$(CONFIG_BT_HCIUART_NOKIA) += hci_nokia.o

obj-$(CONFIG_BT_HCIRSI) += btrsi.o
Expand Down
Loading

0 comments on commit afd2daa

Please sign in to comment.