Kconfig 2.7 KB

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