]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/usb/musb-new/Kconfig
usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGET
[karo-tx-uboot.git] / drivers / usb / musb-new / Kconfig
1 #
2 # MUSB Controller Driver
3 #
4 comment "MUSB Controller Driver"
5
6 config USB_MUSB_HOST
7         bool "MUSB host mode support"
8         help
9           Enables the MUSB USB dual-role controller in host mode.
10
11 config USB_MUSB_GADGET
12         bool "MUSB gadget mode support"
13         help
14           Enables the MUSB USB dual-role controller in gadget mode.