aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorYannick Fertré <yannick.fertre@st.com>2019-10-07 15:29:08 +0200
committerAnatolij Gustschin <agust@denx.de>2019-10-13 23:38:26 +0200
commit78157b2fa5b560c447a08d1afe98dba4060fc596 (patch)
treee4636930734000c348d58e0a07d05090fdead7fd /drivers/video/Kconfig
parent18b6ca5c5aad088cfce74cef03edad6218a0149b (diff)
downloadu-boot-78157b2fa5b560c447a08d1afe98dba4060fc596.zip
u-boot-78157b2fa5b560c447a08d1afe98dba4060fc596.tar.gz
u-boot-78157b2fa5b560c447a08d1afe98dba4060fc596.tar.bz2
video: add support of panel OTM8009A
Support for Orise Tech otm8009a 480p dsi 2dl video mode panel. Signed-off-by: Yannick Fertré <yannick.fertre@st.com>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index fdcb03c..5cc2d9f 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -328,6 +328,15 @@ config VIDEO_LCD_ANX9804
from a parallel LCD interface and translate it on the fy into a DP
interface for driving eDP TFT displays. It uses I2C for configuration.
+config VIDEO_LCD_ORISETECH_OTM8009A
+ bool "OTM8009A 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 Orise Technology
+ otm8009a 480x800 dsi 2dl panel.
+
config VIDEO_LCD_SSD2828
bool "SSD2828 bridge chip"
default n