aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/mipi/Kconfig
diff options
context:
space:
mode:
authorRuihai Zhou <zhouruihai@huaqin.corp-partner.google.com>2023-04-29 11:42:27 +0800
committerFelix Held <felix-coreboot@felixheld.de>2023-05-09 13:26:52 +0000
commit3f5d81783aa3beff62c5aab8fcaabfbc0fd7d202 (patch)
tree832842e529f233ec52a7ad6edeee31988010c275 /src/drivers/mipi/Kconfig
parent0b370361551b34250ebc64ffc252f24b68207ba6 (diff)
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 <zhouruihai@huaqin.corp-partner.google.com> Change-Id: Ia7a37c0659f0959fe7be01aba0f08d63119d139f Reviewed-on: https://review.coreboot.org/c/coreboot/+/74871 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yidi Lin <yidilin@google.com> Reviewed-by: cong yang <yangcong5@huaqin.corp-partner.google.com>
Diffstat (limited to 'src/drivers/mipi/Kconfig')
-rw-r--r--src/drivers/mipi/Kconfig3
1 files changed, 3 insertions, 0 deletions
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