Kconfig 948 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Phy drivers for Cadence PHYs
  4. #
  5. config PHY_CADENCE_TORRENT
  6. tristate "Cadence Torrent PHY driver"
  7. depends on OF
  8. depends on HAS_IOMEM
  9. select GENERIC_PHY
  10. help
  11. Support for Cadence Torrent PHY.
  12. config PHY_CADENCE_DPHY
  13. tristate "Cadence D-PHY Support"
  14. depends on HAS_IOMEM && OF
  15. select GENERIC_PHY
  16. select GENERIC_PHY_MIPI_DPHY
  17. help
  18. Choose this option if you have a Cadence D-PHY in your
  19. system. If M is selected, the module will be called
  20. cdns-dphy.
  21. config PHY_CADENCE_SIERRA
  22. tristate "Cadence Sierra PHY Driver"
  23. depends on OF && HAS_IOMEM && RESET_CONTROLLER
  24. select GENERIC_PHY
  25. help
  26. Enable this to support the Cadence Sierra PHY driver
  27. config PHY_CADENCE_SALVO
  28. tristate "Cadence Salvo PHY Driver"
  29. depends on OF && HAS_IOMEM
  30. select GENERIC_PHY
  31. help
  32. Enable this to support the Cadence SALVO PHY driver,
  33. this PHY is a legacy PHY, and only are used for USB3
  34. and USB2.