Kconfig 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. #
  2. # USB3.0 PHY
  3. #
  4. config MU3_PHY
  5. bool "MU3 PHY"
  6. default n
  7. ---help---
  8. Enables support Mediatek MU3 PHY for SSUSB or XHCI.
  9. It support in-circuit PHY and external PHY.
  10. Say Y here if your system using SSUSB MAC and PHY.
  11. If unsure, say N.
  12. config U3_PHY_GPIO_SUPPORT
  13. bool "MU3 PHY registers access by I2C"
  14. depends on MU3_PHY
  15. default n
  16. ---help---
  17. Enables support for read/write PHY registers by I2C.
  18. This driver provides interface to interact with USB 2.0 and
  19. USB 3.0 PHY that is part of the Mediatek SOC.
  20. Say Y here if your system using external Mediatek USB PHY.
  21. If unsure, say N.
  22. config U3_PHY_AHB_SUPPORT
  23. bool "MU3 PHY registers access by AHB"
  24. depends on MU3_PHY
  25. default n
  26. ---help---
  27. Enables support for read/write PHY registers by internal AHB.
  28. This driver provides interface to interact with USB 2.0 and
  29. USB 3.0 PHY that is part of the Mediatek SOC.
  30. Say Y here if your system using external USB Mediatek PHY.
  31. If unsure, say N.
  32. config PROJECT_PHY
  33. bool "MU3 ASIC PHY support"
  34. depends on MU3_PHY
  35. default n
  36. ---help---
  37. Enables support for ASIC PHY.
  38. This driver provides interface to interact with USB 2.0 and
  39. USB 3.0 PHY that is part of the Mediatek SOC.
  40. Say Y here if your system using in-circuit Mediatek USB PHY.
  41. If unsure, say N.
  42. config C60802_SUPPORT
  43. bool "MU3 PHY C60802 support"
  44. depends on MU3_PHY
  45. default n
  46. ---help---
  47. Enables support for external PHY(Ver C).
  48. This driver provides interface to interact with USB 2.0 and
  49. USB 3.0 PHY that is part of the Mediatek SOC.
  50. Say Y here if your system using external Mediatek USB PHY.
  51. If unsure, say N.
  52. config D60802_SUPPORT
  53. bool "MU3 PHY D60802 support"
  54. depends on MU3_PHY
  55. default n
  56. ---help---
  57. Enables support for external PHY(Ver D).
  58. This driver provides interface to interact with USB 2.0 and
  59. USB 3.0 PHY that is part of the Mediatek SOC.
  60. Say Y here if your system using external Mediatek USB PHY.
  61. If unsure, say N.
  62. config E60802_SUPPORT
  63. bool "MU3 PHY E60802 support"
  64. depends on MU3_PHY
  65. default n
  66. ---help---
  67. Enables support for external PHY(Ver E).
  68. This driver provides interface to interact with USB 2.0 and
  69. USB 3.0 PHY that is part of the Mediatek SOC.
  70. Say Y here if your system using external Mediatek USB PHY.
  71. If unsure, say N.
  72. config A60810_SUPPORT
  73. bool "MU3 PHY A60810 support"
  74. depends on MU3_PHY
  75. default n
  76. ---help---
  77. Enables support for external PHY(Ver A).
  78. This driver provides interface to interact with USB 2.0 and
  79. USB 3.0 PHY that is part of the Mediatek SOC.
  80. Say Y here if your system using external Mediatek USB PHY.
  81. If unsure, say N.