mirror of https://github.com/xemu-project/xemu.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 <kraxel@redhat.com> Reviewed-by: Sai Pavan Boddu <sai.pavan.boddu@xilinx.com> Message-id: 20201020074844.5304-5-kraxel@redhat.com
This commit is contained in:
parent
8e9c0c079a
commit
7114f6eac3
|
@ -32,8 +32,6 @@ config USB_EHCI_SYSBUS
|
||||||
|
|
||||||
config USB_XHCI
|
config USB_XHCI
|
||||||
bool
|
bool
|
||||||
default y if PCI_DEVICES
|
|
||||||
depends on PCI
|
|
||||||
select USB
|
select USB
|
||||||
|
|
||||||
config USB_XHCI_PCI
|
config USB_XHCI_PCI
|
||||||
|
@ -50,8 +48,8 @@ config USB_XHCI_NEC
|
||||||
|
|
||||||
config USB_XHCI_SYSBUS
|
config USB_XHCI_SYSBUS
|
||||||
bool
|
bool
|
||||||
default y if USB_XHCI
|
default y
|
||||||
select USB
|
select USB_XHCI
|
||||||
|
|
||||||
config USB_MUSB
|
config USB_MUSB
|
||||||
bool
|
bool
|
||||||
|
|
Loading…
Reference in New Issue