aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2013-10-16 12:28:14 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-16 16:48:08 -0400
commit74988e8b5718b561457fd035dc3ab9b9d8f45a5d (patch)
treeb18855ad19447b2ffea5be7799dfb65de86e447d /drivers/phy/Kconfig
parente66f233dc7f7aef51d82cac1b93b46f7c9bf42ef (diff)
phy: Add driver for Exynos DP PHY
Add a PHY provider driver for the Samsung Exynos SoC Display Port PHY. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Reviewed-by: Tomasz Figa <t.figa@samsung.com> Cc: Sylwester Nawrocki <s.nawrocki@samsung.com> Acked-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r--drivers/phy/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index 0062d7e60dbe..a344f3d52361 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -44,4 +44,11 @@ config TWL4030_USB
44 This transceiver supports high and full speed devices plus, 44 This transceiver supports high and full speed devices plus,
45 in host mode, low speed. 45 in host mode, low speed.
46 46
47config PHY_EXYNOS_DP_VIDEO
48 tristate "EXYNOS SoC series Display Port PHY driver"
49 depends on OF
50 select GENERIC_PHY
51 help
52 Support for Display Port PHY found on Samsung EXYNOS SoCs.
53
47endmenu 54endmenu