Kconfig 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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_HDMI
  17. tristate "Rockchip INNO HDMI PHY Driver"
  18. depends on (ARCH_ROCKCHIP || COMPILE_TEST) && OF
  19. depends on COMMON_CLK
  20. select GENERIC_PHY
  21. help
  22. Enable this to support the Rockchip Innosilicon HDMI PHY.
  23. config PHY_ROCKCHIP_INNO_USB2
  24. tristate "Rockchip INNO USB2PHY Driver"
  25. depends on (ARCH_ROCKCHIP || COMPILE_TEST) && OF
  26. depends on COMMON_CLK
  27. depends on EXTCON
  28. depends on USB_SUPPORT
  29. select GENERIC_PHY
  30. select USB_COMMON
  31. help
  32. Support for Rockchip USB2.0 PHY with Innosilicon IP block.
  33. config PHY_ROCKCHIP_PCIE
  34. tristate "Rockchip PCIe PHY Driver"
  35. depends on (ARCH_ROCKCHIP && OF) || COMPILE_TEST
  36. depends on HAS_IOMEM
  37. select GENERIC_PHY
  38. select MFD_SYSCON
  39. help
  40. Enable this to support the Rockchip PCIe PHY.
  41. config PHY_ROCKCHIP_TYPEC
  42. tristate "Rockchip TYPEC PHY Driver"
  43. depends on OF && (ARCH_ROCKCHIP || COMPILE_TEST)
  44. select EXTCON
  45. select GENERIC_PHY
  46. select RESET_CONTROLLER
  47. help
  48. Enable this to support the Rockchip USB TYPEC PHY.
  49. config PHY_ROCKCHIP_USB
  50. tristate "Rockchip USB2 PHY Driver"
  51. depends on ARCH_ROCKCHIP && OF
  52. select GENERIC_PHY
  53. help
  54. Enable this to support the Rockchip USB 2.0 PHY.