Kconfig 471 B

1234567891011121314151617181920
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # PHY drivers for Socionext platforms.
  4. #
  5. config PHY_UNIPHIER_PCIE
  6. bool "UniPhier PCIe PHY driver"
  7. depends on PHY && ARCH_UNIPHIER
  8. imply REGMAP
  9. help
  10. Enable this to support PHY implemented in PCIe controller
  11. on UniPhier SoCs.
  12. config PHY_UNIPHIER_USB3
  13. bool "UniPhier USB3 PHY driver"
  14. depends on PHY && ARCH_UNIPHIER
  15. imply REGMAP
  16. help
  17. Enable this to support PHY implemented in USB3 controller
  18. on UniPhier SoCs.