projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2f2eea
)
usb: kconfig: create a menu for usb
author
Nikita Kiryanov
<nikita@compulab.co.il>
Thu, 23 Jul 2015 14:19:37 +0000
(17:19 +0300)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/drivers/usb/Kconfig
b/drivers/usb/Kconfig
index 04289f2e613b475b38cf7b4ea8692ea9f7f82389..f13a088498d052f9efe3e7e96758439e8a5e89ab 100644
(file)
--- 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