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 <[email protected]> Signed-off-by: Nikita Kiryanov <[email protected]> --- drivers/usb/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 04289f2..f13a088 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -1,3 +1,4 @@ +menu USB config USB_ARCH_HAS_HCD def_bool y @@ -87,3 +88,4 @@ endchoice endif endif +endmenu -- 1.9.1 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

