summaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-02-02 23:30:22 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-02-08 09:21:16 +0100
commita046ff2df85bbab113ed3f78d94d5f957a16df7c (patch)
treed5f17b66723a729119abb53b895676cce87c82bf /drivers/video/Kconfig
parent4f0a92ecb0358c428cc268a22e7925e8e828840a (diff)
downloadbarebox-a046ff2df85bbab113ed3f78d94d5f957a16df7c.tar.gz
barebox-a046ff2df85bbab113ed3f78d94d5f957a16df7c.tar.xz
video: add MIPI DBI Type C Option 3 support
Import the Linux v5.15 state of the driver to allow easy porting of MIPI-DBI displays like the Ilitek 9431 added in a follow-up commit. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20220202223023.341817-4-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 1b8672fdea..70d1d80953 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -129,6 +129,9 @@ config DRIVER_VIDEO_EDID
This enabled support for reading and parsing EDID data from an attached
monitor.
+config DRIVER_VIDEO_MIPI_DBI
+ bool
+
config DRIVER_VIDEO_BACKLIGHT
bool "Add backlight support"
help