]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
usb: kconfig: create a menu for usb
authorNikita Kiryanov <nikita@compulab.co.il>
Thu, 23 Jul 2015 14:19:37 +0000 (17:19 +0300)
committerStefano Babic <sbabic@denx.de>
Sun, 2 Aug 2015 08:51:39 +0000 (10:51 +0200)
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 <marex@denx.de>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
drivers/usb/Kconfig

index 04289f2e613b475b38cf7b4ea8692ea9f7f82389..f13a088498d052f9efe3e7e96758439e8a5e89ab 100644 (file)
@@ -1,3 +1,4 @@
+menu USB
 config USB_ARCH_HAS_HCD
        def_bool y
 
@@ -87,3 +88,4 @@ endchoice
 endif
 
 endif
+endmenu