Kconfig 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Phy drivers for Samsung platforms
  4. #
  5. config PHY_EXYNOS_DP_VIDEO
  6. tristate "Exynos SoC series Display Port PHY driver"
  7. depends on OF
  8. depends on ARCH_EXYNOS || COMPILE_TEST
  9. default ARCH_EXYNOS
  10. select GENERIC_PHY
  11. help
  12. Support for Display Port PHY found on Samsung Exynos SoCs.
  13. config PHY_EXYNOS_MIPI_VIDEO
  14. tristate "S5P/Exynos SoC series MIPI CSI-2/DSI PHY driver"
  15. depends on HAS_IOMEM
  16. depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
  17. select GENERIC_PHY
  18. default y if ARCH_S5PV210 || ARCH_EXYNOS
  19. help
  20. Support for MIPI CSI-2 and MIPI DSI DPHY found on Samsung S5P
  21. and Exynos SoCs.
  22. config PHY_EXYNOS_PCIE
  23. bool "Exynos PCIe PHY driver"
  24. depends on OF && (ARCH_EXYNOS || COMPILE_TEST)
  25. select GENERIC_PHY
  26. help
  27. Enable PCIe PHY support for Exynos SoC series.
  28. This driver provides PHY interface for Exynos PCIe controller.
  29. config PHY_SAMSUNG_UFS
  30. tristate "Exynos SoC series UFS PHY driver"
  31. depends on OF && (ARCH_EXYNOS || COMPILE_TEST)
  32. select GENERIC_PHY
  33. help
  34. Enable this to support the Samsung Exynos SoC UFS PHY driver for
  35. Samsung Exynos SoCs. This driver provides the interface for UFS host
  36. controller to do PHY related programming.
  37. config PHY_SAMSUNG_USB2
  38. tristate "S5P/Exynos SoC series USB 2.0 PHY driver"
  39. depends on HAS_IOMEM
  40. depends on USB_EHCI_EXYNOS || USB_OHCI_EXYNOS || USB_DWC2 || COMPILE_TEST
  41. select GENERIC_PHY
  42. select MFD_SYSCON
  43. default ARCH_EXYNOS
  44. help
  45. Enable this to support the Samsung USB 2.0 PHY driver for Samsung
  46. S5Pv210 and Exynos SoCs. This driver provides the interface for USB
  47. 2.0 PHY. Support for particular PHYs will be enabled based on the SoC
  48. type in addition to this driver.
  49. config PHY_EXYNOS4210_USB2
  50. bool
  51. depends on PHY_SAMSUNG_USB2
  52. default CPU_EXYNOS4210
  53. config PHY_EXYNOS4X12_USB2
  54. bool
  55. depends on PHY_SAMSUNG_USB2
  56. default SOC_EXYNOS3250 || SOC_EXYNOS4412
  57. config PHY_EXYNOS5250_USB2
  58. bool
  59. depends on PHY_SAMSUNG_USB2
  60. default SOC_EXYNOS5250 || SOC_EXYNOS5420
  61. config PHY_S5PV210_USB2
  62. bool "Support for S5PV210"
  63. depends on PHY_SAMSUNG_USB2
  64. depends on ARCH_S5PV210 || COMPILE_TEST
  65. help
  66. Enable USB PHY support for S5PV210. This option requires that Samsung
  67. USB 2.0 PHY driver is enabled and means that support for this
  68. particular SoC is compiled in the driver. In case of S5PV210 two phys
  69. are available - device and host.
  70. config PHY_EXYNOS5_USBDRD
  71. tristate "Exynos5 SoC series USB DRD PHY driver"
  72. depends on (ARCH_EXYNOS && OF) || COMPILE_TEST
  73. depends on HAS_IOMEM
  74. depends on USB_DWC3_EXYNOS
  75. select GENERIC_PHY
  76. select MFD_SYSCON
  77. default y
  78. help
  79. Enable USB DRD PHY support for Exynos 5 SoC series.
  80. This driver provides PHY interface for USB 3.0 DRD controller
  81. present on Exynos5 SoC series.
  82. config PHY_EXYNOS5250_SATA
  83. tristate "Exynos5250 Sata SerDes/PHY driver"
  84. depends on SOC_EXYNOS5250
  85. depends on HAS_IOMEM
  86. depends on OF
  87. select GENERIC_PHY
  88. select I2C
  89. select I2C_S3C2410
  90. select MFD_SYSCON
  91. help
  92. Enable this to support SATA SerDes/Phy found on Samsung's
  93. Exynos5250 based SoCs.This SerDes/Phy supports SATA 1.5 Gb/s,
  94. SATA 3.0 Gb/s, SATA 6.0 Gb/s speeds. It supports one SATA host
  95. port to accept one SATA device.