Skip to content
Snippets Groups Projects
Commit 5d6c2f4b authored by Paul Kocialkowski's avatar Paul Kocialkowski Committed by Marek Vasut
Browse files

usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGET


Having MUSB_HOST and MUSB_GADGET in Kconfig allows more flexibility with regard
to what Kconfig options to enable, such as USB_STORAGE or USB_KEYBOARD.

Signed-off-by: default avatarPaul Kocialkowski <contact@paulk.fr>
parent 95de1e2f
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,8 @@ config DM_USB
source "drivers/usb/host/Kconfig"
source "drivers/usb/musb-new/Kconfig"
source "drivers/usb/emul/Kconfig"
comment "USB peripherals"
......
#
# MUSB Controller Driver
#
comment "MUSB Controller Driver"
config USB_MUSB_HOST
bool "MUSB host mode support"
help
Enables the MUSB USB dual-role controller in host mode.
config USB_MUSB_GADGET
bool "MUSB gadget mode support"
help
Enables the MUSB USB dual-role controller in gadget mode.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment