From 3f5d81783aa3beff62c5aab8fcaabfbc0fd7d202 Mon Sep 17 00:00:00 2001 From: Ruihai Zhou Date: Sat, 29 Apr 2023 11:42:27 +0800 Subject: drivers/mipi: Add support for STA_ILI9882T panel Add STA_ILI9882T panel serializable data to CBFS. The panel datasheet: ILI9882T_Datasheet_20220428.pdf BUG=b:275470328 BRANCH=corsola TEST=build and check the CBFS include the panel Signed-off-by: Ruihai Zhou Change-Id: Ia7a37c0659f0959fe7be01aba0f08d63119d139f Reviewed-on: https://review.coreboot.org/c/coreboot/+/74871 Tested-by: build bot (Jenkins) Reviewed-by: Yidi Lin Reviewed-by: cong yang --- src/drivers/mipi/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/drivers/mipi/Kconfig') diff --git a/src/drivers/mipi/Kconfig b/src/drivers/mipi/Kconfig index 5ef6b23d7f..999b52d671 100644 --- a/src/drivers/mipi/Kconfig +++ b/src/drivers/mipi/Kconfig @@ -45,5 +45,8 @@ config MIPI_PANEL_STA_2081101QFH032011_53G config MIPI_PANEL_STA_HIMAX83102_J02 bool +config MIPI_PANEL_STA_ILI9882T + bool + config MIPI_PANEL_VIS_RM69299 bool -- cgit v1.2.3