Kconfig 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. #
  2. # Mediatek XHCI Driver
  3. #
  4. config USB_XHCI_MTK
  5. tristate "MediaTek U3 XHCI support"
  6. select USB_XHCI_PLATFORM
  7. default n
  8. ---help---
  9. This selects the MediaTek USB host xhci controller,
  10. and it's just base on XHCI.
  11. Say Y here if your system using Mediatek xhci controller.
  12. If unsure, say N.
  13. config USB_MTK_DUALMODE
  14. bool "MediaTek DUAL MODE support"
  15. default n
  16. ---help---
  17. Enable Mediatek USB Host OTG detection mechanism
  18. IDDIG - OTG cable attachment detection.
  19. Say Y here if your system support OTG IDDIG detection.
  20. If unsure, say N.
  21. config MTK_OTG_PMIC_BOOST_5V
  22. tristate "MediaTek PMIC BOOST 5V support"
  23. default n
  24. ---help---
  25. Support MTK PMIC BOOST 5V , and it can supply usb 5v power.
  26. Say Y here if your system using Mediatek PMIC,
  27. and this PMIC has BOOST 5V function.
  28. If unsure, say N.
  29. config MTK_OTG_OC_DETECTOR
  30. tristate "MediaTek Over Current Detector"
  31. default n
  32. ---help---
  33. Support SW over current detect, if happen, cut down the 5V power.
  34. Say Y here if your system has this OC detect function.
  35. If unsure, say N.