mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
b2f2eea0a7
commit
ff8baf8113
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
menu USB
|
||||
config USB_ARCH_HAS_HCD
|
||||
def_bool y
|
||||
|
||||
|
@ -87,3 +88,4 @@ endchoice
|
|||
endif
|
||||
|
||||
endif
|
||||
endmenu
|
||||
|
|
Loading…
Reference in a new issue