[U-Boot] [PATCH 10/12] usb: kconfig: create a menu for usb

2015-07-23 Thread Nikita Kiryanov
With recent additions to USB Kconfig the number of USB options had grown large enough to warrant a separate menu for USB. Add a Kconfig menu for USB. Cc: Marek Vasut Signed-off-by: Nikita Kiryanov --- drivers/usb/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/Kconfig

Re: [U-Boot] [PATCH 10/12] usb: kconfig: create a menu for usb

2015-07-23 Thread Marek Vasut
On Thursday, July 23, 2015 at 04:19:37 PM, Nikita Kiryanov wrote: > With recent additions to USB Kconfig the number of USB options had grown > large enough to warrant a separate menu for USB. > > Add a Kconfig menu for USB. > > Cc: Marek Vasut > Signed-off-by: Nikita Kiryanov Great work, thank