Hi, > -----Original Message----- > From: Gerd Hoffmann <kra...@redhat.com> > Sent: Tuesday, October 20, 2020 1:19 PM > To: qemu-devel@nongnu.org > Cc: Sergio Lopez <s...@redhat.com>; Sai Pavan Boddu <saip...@xilinx.com>; > Igor Mammedov <imamm...@redhat.com>; Michael S. Tsirkin > <m...@redhat.com>; Marcel Apfelbaum <marcel.apfelb...@gmail.com>; > Paolo Bonzini <pbonz...@redhat.com>; Thomas Huth <th...@redhat.com>; > Richard Henderson <r...@twiddle.net>; Gerd Hoffmann <kra...@redhat.com>; > Eduardo Habkost <ehabk...@redhat.com>; Laurent Vivier > <lviv...@redhat.com> > Subject: [PATCH v3 04/10] 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 <kra...@redhat.com> [Sai Pavan Boddu] Looks clean now. I forgot to take care of this previously, this was one of our requirements initially.
Reviewed-by: Sai Pavan Boddu <sai.pavan.bo...@xilinx.com> Regards, Sai Pavan > --- > hw/usb/Kconfig | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/hw/usb/Kconfig b/hw/usb/Kconfig index > 4dd2ba9630cb..a674ce4c542e 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 > -- > 2.27.0