]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 12:34:43 +0000 (14:34 +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 56fe0f80aa6213a2dbbbc2e8531161c997042823..716dad478d1063909a9c2e82ec8e5a8b4805d60c 100644 (file)
@@ -1,3 +1,4 @@
+menu USB
 config USB_ARCH_HAS_HCD
        def_bool y
 
@@ -87,3 +88,4 @@ endchoice
 endif
 
 endif
+endmenu