1# 2# MUSB Controller Driver 3# 4comment "MUSB Controller Driver" 5 6config USB_MUSB_HOST 7 bool "MUSB host mode support" 8 help 9 Enables the MUSB USB dual-role controller in host mode. 10 11config USB_MUSB_GADGET 12 bool "MUSB gadget mode support" 13 select USB_GADGET_DUALSPEED 14 help 15 Enables the MUSB USB dual-role controller in gadget mode. 16 17if USB_MUSB_HOST || USB_MUSB_GADGET 18 19config USB_MUSB_PIC32 20 bool "Enable Microchip PIC32 DRC USB controller" 21 depends on DM_USB && MACH_PIC32 22 help 23 Say y to enable PIC32 USB DRC controller support 24 if it is available on your Microchip PIC32 platform. 25 26config USB_MUSB_SUNXI 27 bool "Enable sunxi OTG / DRC USB controller" 28 depends on ARCH_SUNXI 29 default y 30 ---help--- 31 Say y here to enable support for the sunxi OTG / DRC USB controller 32 used on almost all sunxi boards. 33 34endif 35