| config USB_CDNS3 |
| tristate "Cadence USB3 Dual-Role Controller" |
| depends on (USB && USB_GADGET) |
| help |
| Say Y here if your system has a cadence USB3 dual-role controller. |
| It supports: dual-role switch Host-only, and Peripheral-only. |
| |
| When compiled dynamically, the module will be called cdns3.ko. |
| |
| if USB_CDNS3 |
| |
| config USB_CDNS3_GADGET |
| bool "Cadence USB3 device controller" |
| depends on USB_GADGET |
| select USB_GADGET_DUALSPEED |
| help |
| Say Y here to enable device controller functionality of the |
| cadence usb3 driver. |
| |
| config USB_CDNS3_GADGET_FORCE_HIGHSPEED |
| bool "Force USB2 for Cadence USB3 device controller" |
| depends on USB_CDNS3_GADGET |
| help |
| Say Y here to force the Cadence USB3 device controller to be |
| USB 2.0 even if connects to USB3 host port. |
| |
| endif |