From a046ff2df85bbab113ed3f78d94d5f957a16df7c Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Wed, 2 Feb 2022 23:30:22 +0100 Subject: 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 Link: https://lore.barebox.org/20220202223023.341817-4-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer --- drivers/video/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'drivers/video/Kconfig') 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 -- cgit v1.2.3