
23 Jul
2015
23 Jul
'15
4:19 p.m.
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 | 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