Kconfig 563 B

12345678910111213141516171819202122232425262728
  1. #
  2. # Phy drivers for Rockchip platforms
  3. #
  4. menu "Rockchip PHY driver"
  5. config PHY_ROCKCHIP_INNO_USB2
  6. bool "Rockchip INNO USB2PHY Driver"
  7. depends on ARCH_ROCKCHIP
  8. select PHY
  9. help
  10. Support for Rockchip USB2.0 PHY with Innosilicon IP block.
  11. config PHY_ROCKCHIP_PCIE
  12. bool "Rockchip PCIe PHY Driver"
  13. depends on ARCH_ROCKCHIP
  14. select PHY
  15. help
  16. Enable this to support the Rockchip PCIe PHY.
  17. config PHY_ROCKCHIP_TYPEC
  18. bool "Rockchip TYPEC PHY Driver"
  19. depends on ARCH_ROCKCHIP
  20. select PHY
  21. help
  22. Enable this to support the Rockchip USB TYPEC PHY.
  23. endmenu