From 98bb790286e980a6feab1451e8cc4b5be7fdf059 Mon Sep 17 00:00:00 2001 From: Ruihai Zhou Date: Thu, 30 Mar 2023 10:55:06 +0800 Subject: drivers/mipi: Add support for STA_HIMAX83102_J02 panel Add STA_HIMAX83102_J02 panel serializable data to CBFS. The panel datasheet: HX83102-J02_Datasheet_v03.pdf. BUG=b:272425116 BRANCH=corsola TEST=build and check the CBFS include the panel Signed-off-by: Ruihai Zhou Change-Id: I382bdc89e5a217fd1c28e677938f454dc09725cc Reviewed-on: https://review.coreboot.org/c/coreboot/+/74084 Tested-by: build bot (Jenkins) Reviewed-by: cong yang Reviewed-by: Yidi Lin --- 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 3cd3bd12bb..5ef6b23d7f 100644 --- a/src/drivers/mipi/Kconfig +++ b/src/drivers/mipi/Kconfig @@ -42,5 +42,8 @@ config MIPI_PANEL_INX_P110ZZD_DF0 config MIPI_PANEL_STA_2081101QFH032011_53G bool +config MIPI_PANEL_STA_HIMAX83102_J02 + bool + config MIPI_PANEL_VIS_RM69299 bool -- cgit v1.2.3