diff options
-rw-r--r-- | hw/usb/Kconfig | 6 |
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 |