From: Gerd Hoffmann Date: Tue, 20 Oct 2020 07:48:38 +0000 (+0200) Subject: usb/xhci: fixup xhci kconfig deps X-Git-Tag: v5.2.0-rc0~41^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7114f6eac333d99b1db87eedd3f6620a98354296;p=thirdparty%2Fqemu.git 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 Reviewed-by: Sai Pavan Boddu Message-id: 20201020074844.5304-5-kraxel@redhat.com --- diff --git a/hw/usb/Kconfig b/hw/usb/Kconfig index 4dd2ba9630c..a674ce4c542 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