Re: [PATCH] usb: add CONFIG_USB_PCI to distinguish PCI/non-PCI based USB

2017-02-14 Thread Greg Kroah-Hartman
On Tue, Feb 14, 2017 at 10:41:06AM -0500, Alan Stern wrote: > On Tue, 14 Feb 2017, Greg Kroah-Hartman wrote: > > > On Tue, Feb 14, 2017 at 08:46:16PM +0800, yuan linyu wrote: > > > From: yuan linyu > > > > > > one usage is in embedded system usb host controller is non-PCI based, > > > chooe N in

Re: [PATCH] usb: add CONFIG_USB_PCI to distinguish PCI/non-PCI based USB

2017-02-14 Thread Alan Stern
On Tue, 14 Feb 2017, Greg Kroah-Hartman wrote: > On Tue, Feb 14, 2017 at 08:46:16PM +0800, yuan linyu wrote: > > From: yuan linyu > > > > one usage is in embedded system usb host controller is non-PCI based, > > chooe N in such system will not compile PCI code/function of USB. > > I'm really so

Re: [PATCH] usb: add CONFIG_USB_PCI to distinguish PCI/non-PCI based USB

2017-02-14 Thread Greg Kroah-Hartman
On Tue, Feb 14, 2017 at 08:46:16PM +0800, yuan linyu wrote: > From: yuan linyu > > one usage is in embedded system usb host controller is non-PCI based, > chooe N in such system will not compile PCI code/function of USB. I'm really sorry, but I can not parse this very well. What exact problem d

[PATCH] usb: add CONFIG_USB_PCI to distinguish PCI/non-PCI based USB

2017-02-14 Thread yuan linyu
From: yuan linyu one usage is in embedded system usb host controller is non-PCI based, chooe N in such system will not compile PCI code/function of USB. Signed-off-by: yuan linyu --- drivers/usb/Kconfig| 9 - drivers/usb/Makefile | 2 +- drivers/usb/chip