summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreric.gao@rock-chips.com <eric.gao@rock-chips.com>2017-04-20 12:45:52 +0800
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-05-09 12:41:46 +0200
commit8a01cd042588e813179291c3564671600ec40b12 (patch)
treeff5981a55531e9b3222761ecfdcfe4c885df1cec
parentae06287c0af3fd4fb26190456e960dcd94d9fe7e (diff)
rockchip: video: Kconfig: Add mipi driver addition.
Signed-off-by: Eric Gao <eric.gao@rock-chips.com>
-rw-r--r--drivers/video/rockchip/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/rockchip/Kconfig b/drivers/video/rockchip/Kconfig
index 1e20d95abc..b80a3d8cac 100644
--- a/drivers/video/rockchip/Kconfig
+++ b/drivers/video/rockchip/Kconfig
@@ -40,5 +40,13 @@ config DISPLAY_ROCKCHIP_HDMI
help
This enables High-Definition Multimedia Interface display support.
+config DISPLAY_ROCKCHIP_MIPI
+ bool "MIPI Port"
+ depends on VIDEO_ROCKCHIP
+ help
+ This enables Mobile Industry Processor Interface(MIPI) display
+ support. The mipi controller and dphy on rk3288& rk3399 support
+ 16,18, 24 bits per pixel with upto 2k resolution ratio.
+
endif