diff options
author | Nikita Kiryanov <nikita@compulab.co.il> | 2015-07-23 17:19:37 +0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-08-02 10:51:39 +0200 |
commit | ff8baf81136094d274d9c7a36125a164ac711425 (patch) | |
tree | 7de3332aa3fb250a5f07a72c5d2f819e4ff1b2c8 /drivers/usb/Kconfig | |
parent | b2f2eea0a7accb758c457e0bd6b15b46a543ecd0 (diff) | |
download | u-boot-ff8baf81136094d274d9c7a36125a164ac711425.tar.gz |
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 <marex@denx.de>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Diffstat (limited to 'drivers/usb/Kconfig')
-rw-r--r-- | drivers/usb/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 |