| 1234567891011121314151617181920212223242526272829303132333435363738 |
- #
- # MediaTek USB 3.0 Controller Driver
- #
- config USBIF_COMPLIANCE
- tristate "MediaTek MUSB U3 USBIF COMPLIANCE"
- default n
- ---help---
- This selects the MediaTek USB-IF Compliance Test Program.
- MediaTek I2C bus adapter is the base for some other I2C client, eg: touch, sensors.
- If you want to verify USB-IF COMPLIANCE, say Y.
- If unsure, say N.
- config USB_MU3D_PIO_ONLY
- tristate "MediaTek MUSB Gadget support EP0 PIO mode"
- default n
- ---help---
- Say Y here if you want to disable USB DMA function.
- All data is copied between memory and FIFO by the CPU.
- DMA controllers are ignored.
- If unsure, say N.
- config USB_MU3D_DRV
- tristate "MediaTek SSUSB MAC Driver support"
- default n
- ---help---
- This selects the MediaTek USB MAC driver.
- Say Y here if your system using Mediatek USB3.0 IP.
- It supports super-speed, high-speed and full-speed.
- If unsure, say N.
- config USB_MU3D_DVT
- tristate "MediaTek SSUSB DVT support"
- default n
- ---help---
- Say Y here if your system using Mediatek USB3.0 IP
- and would like to do verification program.
- If unsure, say N.
|