Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. #
  2. # MediaTek USB 3.0 Controller Driver
  3. #
  4. config USBIF_COMPLIANCE
  5. tristate "MediaTek MUSB U3 USBIF COMPLIANCE"
  6. default n
  7. ---help---
  8. This selects the MediaTek USB-IF Compliance Test Program.
  9. MediaTek I2C bus adapter is the base for some other I2C client, eg: touch, sensors.
  10. If you want to verify USB-IF COMPLIANCE, say Y.
  11. If unsure, say N.
  12. config USB_MU3D_PIO_ONLY
  13. tristate "MediaTek MUSB Gadget support EP0 PIO mode"
  14. default n
  15. ---help---
  16. Say Y here if you want to disable USB DMA function.
  17. All data is copied between memory and FIFO by the CPU.
  18. DMA controllers are ignored.
  19. If unsure, say N.
  20. config USB_MU3D_DRV
  21. tristate "MediaTek SSUSB MAC Driver support"
  22. default n
  23. ---help---
  24. This selects the MediaTek USB MAC driver.
  25. Say Y here if your system using Mediatek USB3.0 IP.
  26. It supports super-speed, high-speed and full-speed.
  27. If unsure, say N.
  28. config USB_MU3D_DVT
  29. tristate "MediaTek SSUSB DVT support"
  30. default n
  31. ---help---
  32. Say Y here if your system using Mediatek USB3.0 IP
  33. and would like to do verification program.
  34. If unsure, say N.