Re: [PATCH v2] usb: fix kconfig for usb-xhci-sysbus

2020-11-22 Thread Gerd Hoffmann
On Fri, Nov 20, 2020 at 10:45:06AM -0500, Paolo Bonzini wrote: > Remove the "default y" for USB_XHCI_SYSBUS because > sysbus devices are not user creatable; boards that use them will > specify them manually with "imply" or "select" clauses. > > It would be nice to keep the ability to remove PCIe a

Re: [PATCH v2] usb: fix kconfig for usb-xhci-sysbus

2020-11-20 Thread Bruce Rogers
On Fri, 2020-11-20 at 10:45 -0500, Paolo Bonzini wrote: > Remove the "default y" for USB_XHCI_SYSBUS because > sysbus devices are not user creatable; boards that use them will > specify them manually with "imply" or "select" clauses. > > It would be nice to keep the ability to remove PCIe and USB

Re: [PATCH v2] usb: fix kconfig for usb-xhci-sysbus

2020-11-20 Thread Philippe Mathieu-Daudé
On 11/20/20 4:45 PM, Paolo Bonzini wrote: > Remove the "default y" for USB_XHCI_SYSBUS because > sysbus devices are not user creatable; boards that use them will > specify them manually with "imply" or "select" clauses. > > It would be nice to keep the ability to remove PCIe and USB from microvm,

[PATCH v2] usb: fix kconfig for usb-xhci-sysbus

2020-11-20 Thread Paolo Bonzini
Remove the "default y" for USB_XHCI_SYSBUS because sysbus devices are not user creatable; boards that use them will specify them manually with "imply" or "select" clauses. It would be nice to keep the ability to remove PCIe and USB from microvm, since thos can be disabled on the command line and t