diff options
author | Thomas Huth <thuth@redhat.com> | 2019-11-20 10:10:12 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2019-12-16 17:24:07 +0100 |
commit | 43d68d0a94ef13058f6479b3dd490169a9a62966 (patch) | |
tree | 0d28c09bb13f4af47dbf300233f4dabddb5e157c /hw/usb/Kconfig | |
parent | 6da68df7f9b92e901263ea065712a289c8d3838e (diff) | |
download | qemu-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/Kconfig | 5 |
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 |