]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW
authoryuan linyu <Linyu.Yuan@alcatel-sbell.com.cn>
Sat, 25 Feb 2017 11:20:55 +0000 (19:20 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Mar 2017 04:16:56 +0000 (13:16 +0900)
commit2c93e790e8253552227bf9b46a8d49dca3f71b06
tree961f5458083caf979a495c9de18402c0e8f681b3
parentb5a6a4e5baeff6a20a5c5e8711d8b08658efacbb
usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW

a lot of embeded system SOC (e.g. freescale T2080) have both
PCI and USB modules. But USB module is controlled by registers directly,
it have no relationship with PCI module.

when say N here it will not build PCI related code in USB driver.

Signed-off-by: yuan linyu <Linyu.Yuan@alcatel-sbell.com.cn>
Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
21 files changed:
drivers/usb/Kconfig
drivers/usb/Makefile
drivers/usb/chipidea/Kconfig
drivers/usb/core/Makefile
drivers/usb/dwc2/Kconfig
drivers/usb/dwc3/Kconfig
drivers/usb/gadget/udc/Kconfig
drivers/usb/gadget/udc/bdc/Kconfig
drivers/usb/gadget/udc/net2272.c
drivers/usb/gadget/udc/net2272.h
drivers/usb/host/Kconfig
drivers/usb/host/Makefile
drivers/usb/host/ehci-dbg.c
drivers/usb/host/ohci-hcd.c
drivers/usb/host/ohci.h
drivers/usb/host/pci-quirks.h
drivers/usb/host/uhci-hcd.c
drivers/usb/host/uhci-hcd.h
drivers/usb/host/xhci.c
drivers/usb/isp1760/isp1760-if.c
include/linux/usb/hcd.h