[U-Boot] [PATCH v3 04/11] rockchip: video: Kconfig: Add mipi driver addition.

Eric Gao eric.gao at rock-chips.com
Wed Apr 19 12:39:43 UTC 2017


Signed-off-by: Eric Gao <eric.gao at 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
-
-- 
1.9.1




More information about the U-Boot mailing list