diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2021-04-06 21:55:53 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2021-04-08 12:26:34 +0200 |
commit | afd2daa26c7abd734d78bd274fc6c59a15e61063 (patch) | |
tree | 378bede213beedea8c12ce1679d7a4e166411d39 /drivers/bluetooth/Kconfig | |
parent | Bluetooth: Add support for reading AOSP vendor capabilities (diff) | |
download | linux-afd2daa26c7abd734d78bd274fc6c59a15e61063.tar.xz linux-afd2daa26c7abd734d78bd274fc6c59a15e61063.zip |
Bluetooth: Add support for virtio transport driver
This adds support for Bluetooth HCI transport over virtio.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'drivers/bluetooth/Kconfig')
-rw-r--r-- | drivers/bluetooth/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index 4e73a531b377..851842372c9b 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig @@ -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 |