aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r--drivers/phy/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index 5bf9ed33e730..04312849501d 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -70,4 +70,19 @@ config BCM_KONA_USB2_PHY
70 help 70 help
71 Enable this to support the Broadcom Kona USB 2.0 PHY. 71 Enable this to support the Broadcom Kona USB 2.0 PHY.
72 72
73config 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.
87
73endmenu 88endmenu