Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. #
  2. # PHY drivers for Socionext platforms.
  3. #
  4. config PHY_UNIPHIER_USB2
  5. tristate "UniPhier USB2 PHY driver"
  6. depends on ARCH_UNIPHIER || COMPILE_TEST
  7. depends on OF && HAS_IOMEM
  8. select GENERIC_PHY
  9. select MFD_SYSCON
  10. help
  11. Enable this to support USB PHY implemented on USB2 controller
  12. on UniPhier SoCs. This driver provides interface to interact
  13. with USB 2.0 PHY that is part of the UniPhier SoC.
  14. In case of Pro4, it is necessary to specify this USB2 PHY instead
  15. of USB3 HS-PHY.
  16. config PHY_UNIPHIER_USB3
  17. tristate "UniPhier USB3 PHY driver"
  18. depends on ARCH_UNIPHIER || COMPILE_TEST
  19. depends on OF && HAS_IOMEM
  20. select GENERIC_PHY
  21. help
  22. Enable this to support USB PHY implemented in USB3 controller
  23. on UniPhier SoCs. This controller supports USB3.0 and lower speed.
  24. config PHY_UNIPHIER_PCIE
  25. tristate "Uniphier PHY driver for PCIe controller"
  26. depends on ARCH_UNIPHIER || COMPILE_TEST
  27. depends on OF && HAS_IOMEM
  28. default PCIE_UNIPHIER
  29. select GENERIC_PHY
  30. help
  31. Enable this to support PHY implemented in PCIe controller
  32. on UniPhier SoCs. This driver supports LD20 and PXs3 SoCs.