# SPDX-License-Identifier: GPL-2.0-only # # Phy drivers for Samsung platforms # config [31mCONFIG_PHY_EXYNOS_DP_VIDEO[0m tristate "EXYNOS SoC series Display Port PHY driver" depends on [31mCONFIG_OF[0m depends on [31mCONFIG_ARCH_EXYNOS[0m || [31mCONFIG_COMPILE_TEST[0m default [31mCONFIG_ARCH_EXYNOS[0m select [31mCONFIG_GENERIC_PHY[0m help Support for Display Port PHY found on Samsung EXYNOS SoCs. config [31mCONFIG_PHY_EXYNOS_MIPI_VIDEO[0m tristate "S5P/EXYNOS SoC series MIPI CSI-2/DSI PHY driver" depends on [31mCONFIG_HAS_IOMEM[0m depends on [31mCONFIG_ARCH_S5PV210[0m || [31mCONFIG_ARCH_EXYNOS[0m || [31mCONFIG_COMPILE_TEST[0m select [31mCONFIG_GENERIC_PHY[0m default y if [31mCONFIG_ARCH_S5PV210[0m || [31mCONFIG_ARCH_EXYNOS[0m help Support for MIPI CSI-2 and MIPI DSI DPHY found on Samsung S5P and EXYNOS SoCs. config [31mCONFIG_PHY_EXYNOS_PCIE[0m bool "Exynos PCIe PHY driver" depends on [31mCONFIG_OF[0m && ([31mCONFIG_ARCH_EXYNOS[0m || [31mCONFIG_COMPILE_TEST[0m) select [31mCONFIG_GENERIC_PHY[0m help Enable PCIe PHY support for Exynos SoC series. This driver provides PHY interface for Exynos PCIe controller. config [31mCONFIG_PHY_SAMSUNG_USB2[0m tristate "Samsung USB 2.0 PHY driver" depends on [31mCONFIG_HAS_IOMEM[0m depends on [31mCONFIG_USB_EHCI_EXYNOS[0m || [31mCONFIG_USB_OHCI_EXYNOS[0m || [31mCONFIG_USB_DWC2[0m select [31mCONFIG_GENERIC_PHY[0m select [31mCONFIG_MFD_SYSCON[0m default [31mCONFIG_ARCH_EXYNOS[0m help Enable this to support the Samsung [31mCONFIG_USB[0m 2.0 PHY driver for Samsung SoCs. This driver provides the interface for [31mCONFIG_USB[0m 2.0 PHY. Support for particular PHYs will be enabled based on the SoC type in addition to this driver. config [31mCONFIG_PHY_EXYNOS4210_USB2[0m bool depends on [31mCONFIG_PHY_SAMSUNG_USB2[0m default [31mCONFIG_CPU_EXYNOS4210[0m config [31mCONFIG_PHY_EXYNOS4X12_USB2[0m bool depends on [31mCONFIG_PHY_SAMSUNG_USB2[0m default [31mCONFIG_SOC_EXYNOS3250[0m || [31mCONFIG_SOC_EXYNOS4412[0m config [31mCONFIG_PHY_EXYNOS5250_USB2[0m bool depends on [31mCONFIG_PHY_SAMSUNG_USB2[0m default [31mCONFIG_SOC_EXYNOS5250[0m || [31mCONFIG_SOC_EXYNOS5420[0m config [31mCONFIG_PHY_S5PV210_USB2[0m bool "Support for S5PV210" depends on [31mCONFIG_PHY_SAMSUNG_USB2[0m depends on [31mCONFIG_ARCH_S5PV210[0m help Enable [31mCONFIG_USB[0m PHY support for S5PV210. This option requires that Samsung [31mCONFIG_USB[0m 2.0 PHY driver is enabled and means that support for this particular SoC is compiled in the driver. In case of S5PV210 two phys are available - device and host. config [31mCONFIG_PHY_EXYNOS5_USBDRD[0m tristate "Exynos5 SoC series USB DRD PHY driver" depends on [31mCONFIG_ARCH_EXYNOS[0m && [31mCONFIG_OF[0m depends on [31mCONFIG_HAS_IOMEM[0m depends on [31mCONFIG_USB_DWC3_EXYNOS[0m select [31mCONFIG_GENERIC_PHY[0m select [31mCONFIG_MFD_SYSCON[0m default y help Enable [31mCONFIG_USB[0m DRD PHY support for Exynos 5 SoC series. This driver provides PHY interface for [31mCONFIG_USB[0m 3.0 DRD controller present on Exynos5 SoC series. config [31mCONFIG_PHY_EXYNOS5250_SATA[0m tristate "Exynos5250 Sata SerDes/PHY driver" depends on [31mCONFIG_SOC_EXYNOS5250[0m depends on [31mCONFIG_HAS_IOMEM[0m depends on [31mCONFIG_OF[0m select [31mCONFIG_GENERIC_PHY[0m select [31mCONFIG_I2C[0m select [31mCONFIG_I2C_S3C2410[0m select [31mCONFIG_MFD_SYSCON[0m help Enable this to support SATA SerDes/Phy found on Samsung's Exynos5250 based SoCs.This SerDes/Phy supports SATA 1.5 Gb/s, SATA 3.0 Gb/s, SATA 6.0 Gb/s speeds. It supports one SATA host port to accept one SATA device. |