On 16 June 2017 at 07:31, Bin Meng <[email protected]> wrote: > Add CONFIG_USB_XHCI_PCI as a Kconfig option. > > Signed-off-by: Bin Meng <[email protected]> > --- > > drivers/usb/host/Kconfig | 6 ++++++ > 1 file changed, 6 insertions(+)
Reviewed-by: Simon Glass <[email protected]> > > diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig > index b824eec..4222483 100644 > --- a/drivers/usb/host/Kconfig > +++ b/drivers/usb/host/Kconfig > @@ -31,6 +31,12 @@ config USB_XHCI_MVEBU > SoCs, which includes Armada8K, Armada3700 and other Armada > family SoCs. > > +config USB_XHCI_PCI > + bool "Support for PCI based xHCI USB controller" > + default y if X86 > + help > + Enables support for the PCI based xHCI controller. PCI-based > + > config USB_XHCI_ROCKCHIP > bool "Support for Rockchip on-chip xHCI USB controller" > depends on ARCH_ROCKCHIP > -- > 2.9.2 > _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

