aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/Kconfig
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-11-20 10:10:12 +0100
committerThomas Huth <thuth@redhat.com>2019-12-16 17:24:07 +0100
commit43d68d0a94ef13058f6479b3dd490169a9a62966 (patch)
tree0d28c09bb13f4af47dbf300233f4dabddb5e157c /hw/usb/Kconfig
parent6da68df7f9b92e901263ea065712a289c8d3838e (diff)
downloadqemu-43d68d0a94ef13058f6479b3dd490169a9a62966.zip
qemu-43d68d0a94ef13058f6479b3dd490169a9a62966.tar.gz
qemu-43d68d0a94ef13058f6479b3dd490169a9a62966.tar.bz2
hw/usb: Remove the USB bluetooth dongle device
We are going to remove the bluetooth backend, so the USB bluetooth dongle can not work anymore. It's a completely optional device, no board depends on it, so let's simply remove it now. Message-Id: <20191120091014.16883-3-thuth@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/usb/Kconfig')
-rw-r--r--hw/usb/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/usb/Kconfig b/hw/usb/Kconfig
index 555e093..5e70ed5 100644
--- a/hw/usb/Kconfig
+++ b/hw/usb/Kconfig
@@ -82,11 +82,6 @@ config USB_NETWORK
default y
depends on USB
-config USB_BLUETOOTH
- bool
- default y
- depends on USB
-
config USB_SMARTCARD
bool
default y