From: Nikita Kiryanov Date: Thu, 23 Jul 2015 14:19:37 +0000 (+0300) Subject: usb: kconfig: create a menu for usb X-Git-Tag: v2015.10-rc1~2^2~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ff8baf81136094d274d9c7a36125a164ac711425;p=u-boot usb: kconfig: create a menu for usb 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 --- diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 04289f2e61..f13a088498 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