summaryrefslogtreecommitdiff
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorLiu Ying <victor.liu@nxp.com>2019-02-19 11:25:42 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:45:14 +0800
commit2738e0707ca871212b19dbb1656ae19cd8432dc5 (patch)
treefb6af73483cb026c9da556b487c3e790932316f7 /drivers/phy/Kconfig
parent72c912225c3647d05a934cbeaf18323501b29e53 (diff)
phy: Add Mixel LVDS combo PHY support
This patch adds Mixel LVDS combo PHY support(MIPI DSI and LVDS combo). This LVDS PHY supports one LVDS channel in single mode and two channels in dual mode. Signed-off-by: Liu Ying <victor.liu@nxp.com>
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 dc8e53caf4fb..37cdaac7890c 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -54,6 +54,11 @@ config PHY_MIXEL_LVDS
depends on OF
select GENERIC_PHY
+config PHY_MIXEL_LVDS_COMBO
+ tristate "MIXEL LVDS PHY(LVDS+MIPI DSI combo PHY) support"
+ depends on OF
+ select GENERIC_PHY
+
source "drivers/phy/allwinner/Kconfig"
source "drivers/phy/amlogic/Kconfig"
source "drivers/phy/broadcom/Kconfig"