Kconfig (58e16d792a6a8c6b750f637a4649967fcac853dc) Kconfig (203b7ee14d3a38f1b8c44dd86ce0313d8fc4107d)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Phy drivers for Samsung platforms
4#
5config PHY_EXYNOS_DP_VIDEO
6 tristate "EXYNOS SoC series Display Port PHY driver"
7 depends on OF
8 depends on ARCH_EXYNOS || COMPILE_TEST

--- 18 unchanged lines hidden (view full) ---

27 select GENERIC_PHY
28 help
29 Enable PCIe PHY support for Exynos SoC series.
30 This driver provides PHY interface for Exynos PCIe controller.
31
32config PHY_SAMSUNG_USB2
33 tristate "Samsung USB 2.0 PHY driver"
34 depends on HAS_IOMEM
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Phy drivers for Samsung platforms
4#
5config PHY_EXYNOS_DP_VIDEO
6 tristate "EXYNOS SoC series Display Port PHY driver"
7 depends on OF
8 depends on ARCH_EXYNOS || COMPILE_TEST

--- 18 unchanged lines hidden (view full) ---

27 select GENERIC_PHY
28 help
29 Enable PCIe PHY support for Exynos SoC series.
30 This driver provides PHY interface for Exynos PCIe controller.
31
32config PHY_SAMSUNG_USB2
33 tristate "Samsung USB 2.0 PHY driver"
34 depends on HAS_IOMEM
35 depends on USB_EHCI_EXYNOS || USB_OHCI_EXYNOS || USB_DWC2
35 depends on USB_EHCI_EXYNOS || USB_OHCI_EXYNOS || USB_DWC2 || COMPILE_TEST
36 select GENERIC_PHY
37 select MFD_SYSCON
38 default ARCH_EXYNOS
39 help
40 Enable this to support the Samsung USB 2.0 PHY driver for Samsung
41 SoCs. This driver provides the interface for USB 2.0 PHY. Support
42 for particular PHYs will be enabled based on the SoC type in addition
43 to this driver.

--- 11 unchanged lines hidden (view full) ---

55config PHY_EXYNOS5250_USB2
56 bool
57 depends on PHY_SAMSUNG_USB2
58 default SOC_EXYNOS5250 || SOC_EXYNOS5420
59
60config PHY_S5PV210_USB2
61 bool "Support for S5PV210"
62 depends on PHY_SAMSUNG_USB2
36 select GENERIC_PHY
37 select MFD_SYSCON
38 default ARCH_EXYNOS
39 help
40 Enable this to support the Samsung USB 2.0 PHY driver for Samsung
41 SoCs. This driver provides the interface for USB 2.0 PHY. Support
42 for particular PHYs will be enabled based on the SoC type in addition
43 to this driver.

--- 11 unchanged lines hidden (view full) ---

55config PHY_EXYNOS5250_USB2
56 bool
57 depends on PHY_SAMSUNG_USB2
58 default SOC_EXYNOS5250 || SOC_EXYNOS5420
59
60config PHY_S5PV210_USB2
61 bool "Support for S5PV210"
62 depends on PHY_SAMSUNG_USB2
63 depends on ARCH_S5PV210
63 depends on ARCH_S5PV210 || COMPILE_TEST
64 help
65 Enable USB PHY support for S5PV210. This option requires that Samsung
66 USB 2.0 PHY driver is enabled and means that support for this
67 particular SoC is compiled in the driver. In case of S5PV210 two phys
68 are available - device and host.
69
70config PHY_EXYNOS5_USBDRD
71 tristate "Exynos5 SoC series USB DRD PHY driver"
64 help
65 Enable USB PHY support for S5PV210. This option requires that Samsung
66 USB 2.0 PHY driver is enabled and means that support for this
67 particular SoC is compiled in the driver. In case of S5PV210 two phys
68 are available - device and host.
69
70config PHY_EXYNOS5_USBDRD
71 tristate "Exynos5 SoC series USB DRD PHY driver"
72 depends on ARCH_EXYNOS && OF
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
83config PHY_EXYNOS5250_SATA
84 tristate "Exynos5250 Sata SerDes/PHY driver"
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
83config PHY_EXYNOS5250_SATA
84 tristate "Exynos5250 Sata SerDes/PHY driver"
85 depends on SOC_EXYNOS5250
85 depends on SOC_EXYNOS5250 || COMPILE_TEST
86 depends on HAS_IOMEM
87 depends on OF
88 select GENERIC_PHY
89 select I2C
90 select I2C_S3C2410
91 select MFD_SYSCON
92 help
93 Enable this to support SATA SerDes/Phy found on Samsung's
94 Exynos5250 based SoCs.This SerDes/Phy supports SATA 1.5 Gb/s,
95 SATA 3.0 Gb/s, SATA 6.0 Gb/s speeds. It supports one SATA host
96 port to accept one SATA device.
86 depends on HAS_IOMEM
87 depends on OF
88 select GENERIC_PHY
89 select I2C
90 select I2C_S3C2410
91 select MFD_SYSCON
92 help
93 Enable this to support SATA SerDes/Phy found on Samsung's
94 Exynos5250 based SoCs.This SerDes/Phy supports SATA 1.5 Gb/s,
95 SATA 3.0 Gb/s, SATA 6.0 Gb/s speeds. It supports one SATA host
96 port to accept one SATA device.