diff options
author | Ruihai Zhou <zhouruihai@huaqin.corp-partner.google.com> | 2024-01-08 16:28:40 +0800 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2024-01-14 02:43:43 +0000 |
commit | 6fd812b695db149eb59dea7eb2477e0355a73e4c (patch) | |
tree | 7c39a5212fadd2aaf80dcd96e8ddeeff87eb4409 /src/mainboard/google/geralt/Kconfig | |
parent | d4b6b81280e70ba59962e9e41cd7cad52e3f369d (diff) |
mb/google/geralt: Enable IVO_T109NW41 MIPI panel for Ciri
The IVO_T109NW41 will be the second source MIPI panel for Ciri.
BUG=b:319025360
TEST=boot Ciri with IVO_T109NW41 panel, see firmware screen
BRANCH=None
Change-Id: I9dc2228d39bb8bb048d1f37727c96b0ad621e912
Signed-off-by: Ruihai Zhou <zhouruihai@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79845
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Reviewed-by: Yidi Lin <yidilin@google.com>
Diffstat (limited to 'src/mainboard/google/geralt/Kconfig')
-rw-r--r-- | src/mainboard/google/geralt/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/geralt/Kconfig b/src/mainboard/google/geralt/Kconfig index 77822678fd..282b26222d 100644 --- a/src/mainboard/google/geralt/Kconfig +++ b/src/mainboard/google/geralt/Kconfig @@ -43,6 +43,7 @@ config BOARD_SPECIFIC_OPTIONS select RTC select MIPI_PANEL_BOE_TV110C9M_LL0 if BOARD_GOOGLE_GERALT select MIPI_PANEL_BOE_NV110WUM_L60 if BOARD_GOOGLE_CIRI + select MIPI_PANEL_IVO_T109NW41 if BOARD_GOOGLE_CIRI select FW_CONFIG select FW_CONFIG_SOURCE_CHROMEEC_CBI |