2015-08-04 15:04:07 +00:00
|
|
|
#
|
|
|
|
# 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"
|
2016-04-13 11:20:25 +00:00
|
|
|
select USB_GADGET_DUALSPEED
|
2015-08-04 15:04:07 +00:00
|
|
|
help
|
|
|
|
Enables the MUSB USB dual-role controller in gadget mode.
|
2015-08-04 15:04:08 +00:00
|
|
|
|
2016-11-17 09:08:08 +00:00
|
|
|
config USB_MUSB_TI
|
|
|
|
bool "Enable TI OTG USB controller"
|
|
|
|
depends on DM_USB
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Say y here to enable support for the dual role high
|
|
|
|
speed USB controller based on the Mentor Graphics
|
|
|
|
silicon IP.
|
|
|
|
|
2015-08-04 15:04:08 +00:00
|
|
|
if USB_MUSB_HOST || USB_MUSB_GADGET
|
|
|
|
|
2016-03-21 07:35:42 +00:00
|
|
|
config USB_MUSB_PIC32
|
|
|
|
bool "Enable Microchip PIC32 DRC USB controller"
|
|
|
|
depends on DM_USB && MACH_PIC32
|
|
|
|
help
|
|
|
|
Say y to enable PIC32 USB DRC controller support
|
|
|
|
if it is available on your Microchip PIC32 platform.
|
|
|
|
|
2015-08-04 15:04:08 +00:00
|
|
|
config USB_MUSB_SUNXI
|
|
|
|
bool "Enable sunxi OTG / DRC USB controller"
|
|
|
|
depends on ARCH_SUNXI
|
|
|
|
default y
|
|
|
|
---help---
|
|
|
|
Say y here to enable support for the sunxi OTG / DRC USB controller
|
2015-08-16 09:15:29 +00:00
|
|
|
used on almost all sunxi boards.
|
2015-08-04 15:04:08 +00:00
|
|
|
|
|
|
|
endif
|