Re: [PATCH 1/2] usb: Kconfig: move common things under usb/common

2016-08-09 Thread Peter Chen
On Tue, Aug 09, 2016 at 04:06:22PM +0200, Greg KH wrote: > On Fri, Jul 08, 2016 at 04:15:22PM +0800, Peter Chen wrote: > > It can simplify root Kconfig > > Why does it matter? > When I try to move ulpi Kconfig from usb host out, I need to find some place to put it, it is ok to put ulpi Kconfig a

Re: [PATCH 1/2] usb: Kconfig: move common things under usb/common

2016-08-09 Thread Greg KH
On Fri, Jul 08, 2016 at 04:15:22PM +0800, Peter Chen wrote: > It can simplify root Kconfig Why does it matter? -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-inf

[PATCH 1/2] usb: Kconfig: move common things under usb/common

2016-07-08 Thread Peter Chen
It can simplify root Kconfig Signed-off-by: Peter Chen --- drivers/usb/Kconfig| 10 +- drivers/usb/common/Kconfig | 9 + 2 files changed, 10 insertions(+), 9 deletions(-) create mode 100644 drivers/usb/common/Kconfig diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconf