
Signed-off-by: Eric Gao eric.gao@rock-chips.com
---
Changes in v3: -Split Kconfig changes to a single patch.
Changes in v2: None
drivers/video/rockchip/Kconfig | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/drivers/video/rockchip/Kconfig b/drivers/video/rockchip/Kconfig index 09c4ea2..1383efa 100644 --- a/drivers/video/rockchip/Kconfig +++ b/drivers/video/rockchip/Kconfig @@ -37,7 +37,14 @@ if VIDEO_ROCKCHIP bool "HDMI port" depends on VIDEO_ROCKCHIP help - This enable High-Definition Multimedia Interface display support. + This enable High-Definition Multimedia Interface(HDMI) 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 -