Kconfig 823 B

123456789101112131415161718192021222324
  1. #
  2. # Phy drivers for Mediatek devices
  3. #
  4. config PHY_MTK_TPHY
  5. tristate "MediaTek T-PHY Driver"
  6. depends on ARCH_MEDIATEK && OF
  7. select GENERIC_PHY
  8. help
  9. Say 'Y' here to add support for MediaTek T-PHY driver,
  10. it supports multiple usb2.0, usb3.0 ports, PCIe and
  11. SATA, and meanwhile supports two version T-PHY which have
  12. different banks layout, the T-PHY with shared banks between
  13. multi-ports is first version, otherwise is second veriosn,
  14. so you can easily distinguish them by banks layout.
  15. config PHY_MTK_XSPHY
  16. tristate "MediaTek XS-PHY Driver"
  17. depends on ARCH_MEDIATEK && OF
  18. select GENERIC_PHY
  19. help
  20. Enable this to support the SuperSpeedPlus XS-PHY transceiver for
  21. USB3.1 GEN2 controllers on MediaTek chips. The driver supports
  22. multiple USB2.0, USB3.1 GEN2 ports.