summaryrefslogtreecommitdiff
path: root/drivers/phy/rockchip/Kconfig
diff options
context:
space:
mode:
authorWenlong Zhuang <daisen.zhuang@rock-chips.com>2018-09-30 16:55:42 +0800
committerTao Huang <huangtao@rock-chips.com>2018-11-02 10:44:23 +0800
commit44799d26ce36f6f1c10b15e742bb33476b2755ed (patch)
tree359b9e2378120d93fabf41c53213fd97b1c3d9f2 /drivers/phy/rockchip/Kconfig
parent573f0547a89be335652d76b0d6e0f66ab63d576c (diff)
phy: rockchip: mipi-dphy-rx: move MIPI RX DPHY drivers to phy directory
This driver supports MIPI RX DPHY with Synopsys or Innosilicon IP block. It is also a v4l2 subdev driver. Also select PHY_ROCKCHIP_MIPI_RX when VIDEO_ROCKCHIP_ISP1 or VIDEO_ROCKCHIP_CIF is enabled. Change-Id: I6d828c9e506f03d4a530d80ab8419f5cddeff7d7 Signed-off-by: Wenlong Zhuang <daisen.zhuang@rock-chips.com>
Diffstat (limited to 'drivers/phy/rockchip/Kconfig')
-rw-r--r--drivers/phy/rockchip/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/phy/rockchip/Kconfig b/drivers/phy/rockchip/Kconfig
index 2a10513b6b85..612362ddf339 100644
--- a/drivers/phy/rockchip/Kconfig
+++ b/drivers/phy/rockchip/Kconfig
@@ -51,6 +51,14 @@ config PHY_ROCKCHIP_DP
help
Enable this to support the Rockchip Display Port PHY.
+config PHY_ROCKCHIP_MIPI_RX
+ tristate "Rockchip MIPI RX D-PHY Driver"
+ depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
+ depends on ARCH_ROCKCHIP && OF
+ select GENERIC_PHY
+ help
+ Enable this to support the Rockchip MIPI D-PHY with Synopsys or Innosilicon IP block.
+
config PHY_ROCKCHIP_INNO_MIPI_DPHY
tristate "Rockchip INNO MIPI D-PHY Driver"
depends on ARCH_ROCKCHIP && OF