
Signed-off-by: Eric Gao eric.gao@rock-chips.com
---
Changes in v4: -Clear irrelevant change.
Changes in v3: -Split Kconfig changes to a single patch.
Changes in v2: None
drivers/video/rockchip/Kconfig | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/drivers/video/rockchip/Kconfig b/drivers/video/rockchip/Kconfig index 09c4ea2..d7631b8 100644 --- a/drivers/video/rockchip/Kconfig +++ b/drivers/video/rockchip/Kconfig @@ -39,5 +39,11 @@ if VIDEO_ROCKCHIP help This enable 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 -