summaryrefslogtreecommitdiff
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorTomasz Stanislawski <t.stanislaws@samsung.com>2013-09-30 17:46:53 +0200
committerChanho Park <chanho61.park@samsung.com>2014-08-08 15:19:07 +0900
commit8e409614c95ed864ea22525e634db035b8dfbfb1 (patch)
tree54cf58ea8efa484c70e7e6e303e53befdbd50266 /drivers/phy/Kconfig
parent44144796d9fdd88b41e5f128c7bb4c6cb40ab437 (diff)
downloadlinux-3.10-8e409614c95ed864ea22525e634db035b8dfbfb1.tar.gz
linux-3.10-8e409614c95ed864ea22525e634db035b8dfbfb1.tar.bz2
linux-3.10-8e409614c95ed864ea22525e634db035b8dfbfb1.zip
phy: Add exynos-phy driver
Add exynos-phy driver to support a single register PHY interfaces present on Exynos4 SoC. Signed-off-by: Tomasz Stanislawski <t.stanislaws@samsung.com> Change-Id: I1a2eeab876507e1e427fcb26782d060a1614852a
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r--drivers/phy/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index bf63eb851be..62bd2cb29e6 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -42,4 +42,9 @@ config PHY_EXYNOS4212_USB
help
Enable USB PHY support for Exynos 4212
+config EXYNOS_PHY
+ tristate "Exynos PHY driver"
+ help
+ Support for PHY controllers on SoCs from Exynos family.
+
endmenu