summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-10-20 09:48:38 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-10-21 11:36:19 +0200
commit7114f6eac333d99b1db87eedd3f6620a98354296 (patch)
tree01933c2d6c3b767df9007e645da6af7a5f04a190
parent8e9c0c079a40b753654ed0cc165b9f0089def381 (diff)
downloadqemu-7114f6eac333d99b1db87eedd3f6620a98354296.zip
usb/xhci: fixup xhci kconfig deps
USB_XHCI does not depend on PCI any more. USB_XHCI_SYSBUS must select USB_XHCI not USB. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Sai Pavan Boddu <sai.pavan.boddu@xilinx.com> Message-id: 20201020074844.5304-5-kraxel@redhat.com
-rw-r--r--hw/usb/Kconfig6
1 files changed, 2 insertions, 4 deletions
diff --git a/hw/usb/Kconfig b/hw/usb/Kconfig
index 4dd2ba9630..a674ce4c54 100644
--- a/hw/usb/Kconfig
+++ b/hw/usb/Kconfig
@@ -32,8 +32,6 @@ config USB_EHCI_SYSBUS
config USB_XHCI
bool
- default y if PCI_DEVICES
- depends on PCI
select USB
config USB_XHCI_PCI
@@ -50,8 +48,8 @@ config USB_XHCI_NEC
config USB_XHCI_SYSBUS
bool
- default y if USB_XHCI
- select USB
+ default y
+ select USB_XHCI
config USB_MUSB
bool