Kconfig 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #
  2. # Phy drivers for Rockchip platforms
  3. #
  4. config PHY_ROCKCHIP_DP
  5. tristate "Rockchip Display Port PHY Driver"
  6. depends on ARCH_ROCKCHIP && OF
  7. select GENERIC_PHY
  8. help
  9. Enable this to support the Rockchip Display Port PHY.
  10. config PHY_ROCKCHIP_EMMC
  11. tristate "Rockchip EMMC PHY Driver"
  12. depends on ARCH_ROCKCHIP && OF
  13. select GENERIC_PHY
  14. help
  15. Enable this to support the Rockchip EMMC PHY.
  16. config PHY_ROCKCHIP_INNO_USB2
  17. tristate "Rockchip INNO USB2PHY Driver"
  18. depends on (ARCH_ROCKCHIP || COMPILE_TEST) && OF
  19. depends on COMMON_CLK
  20. depends on EXTCON
  21. depends on USB_SUPPORT
  22. select GENERIC_PHY
  23. select USB_COMMON
  24. help
  25. Support for Rockchip USB2.0 PHY with Innosilicon IP block.
  26. config PHY_ROCKCHIP_PCIE
  27. tristate "Rockchip PCIe PHY Driver"
  28. depends on (ARCH_ROCKCHIP && OF) || COMPILE_TEST
  29. depends on HAS_IOMEM
  30. select GENERIC_PHY
  31. select MFD_SYSCON
  32. help
  33. Enable this to support the Rockchip PCIe PHY.
  34. config PHY_ROCKCHIP_TYPEC
  35. tristate "Rockchip TYPEC PHY Driver"
  36. depends on OF && (ARCH_ROCKCHIP || COMPILE_TEST)
  37. select EXTCON
  38. select GENERIC_PHY
  39. select RESET_CONTROLLER
  40. help
  41. Enable this to support the Rockchip USB TYPEC PHY.
  42. config PHY_ROCKCHIP_USB
  43. tristate "Rockchip USB2 PHY Driver"
  44. depends on ARCH_ROCKCHIP && OF
  45. select GENERIC_PHY
  46. help
  47. Enable this to support the Rockchip USB 2.0 PHY.