diff options
author | Yannick Fertré <yannick.fertre@st.com> | 2019-10-07 15:29:09 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2019-10-13 23:38:36 +0200 |
commit | 06ef131d30b5ac65b95b832a9546811d74ac42c6 (patch) | |
tree | 51d99fac24c7d900c5801d5488e6adfb64e76562 /drivers/video/Kconfig | |
parent | 78157b2fa5b560c447a08d1afe98dba4060fc596 (diff) |
video: add support of panel RM68200
Support for Raydium RM68200 720p dsi 2dl video mode panel.
This rm68200 panel driver is based on the Linux Kernel driver from
drivers/gpu/drm/panel/panel-raydium-rm68200.c.
Signed-off-by: Yannick Fertré <yannick.fertre@st.com>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 5cc2d9f72e..805713c08b 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -337,6 +337,15 @@ config VIDEO_LCD_ORISETECH_OTM8009A Say Y here if you want to enable support for Orise Technology otm8009a 480x800 dsi 2dl panel. +config VIDEO_LCD_RAYDIUM_RM68200 + bool "RM68200 DSI LCD panel support" + depends on DM_VIDEO + select VIDEO_MIPI_DSI + default n + help + Say Y here if you want to enable support for Raydium RM68200 + 720x1280 DSI video mode panel. + config VIDEO_LCD_SSD2828 bool "SSD2828 bridge chip" default n |