From effc28f23e4f9c106335af3a35096d9105810a8d Mon Sep 17 00:00:00 2001 From: Ruihai Zhou Date: Tue, 4 Apr 2023 11:20:26 +0800 Subject: [PATCH] mb/google/corsola: Enable HIMAX83102_J02 and ILI9882T panel for Starmie The STA_HIMAX83102_J02 and STA_ILI9882T panel will be used for Starmie, enable these two panels config for it. BUG=b:272425116 BRANCH=corsola TEST=build starmie and check the cbfs include the panels Signed-off-by: Ruihai Zhou Change-Id: I1dd696dd6a84d9606e4b9a2d4884dd70a6df9161 Reviewed-on: https://review.coreboot.org/c/coreboot/+/74200 Reviewed-by: cong yang Reviewed-by: Yidi Lin Tested-by: build bot (Jenkins) --- src/mainboard/google/corsola/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mainboard/google/corsola/Kconfig b/src/mainboard/google/corsola/Kconfig index 6e8c81ea6c..91f67b5ca9 100644 --- a/src/mainboard/google/corsola/Kconfig +++ b/src/mainboard/google/corsola/Kconfig @@ -45,6 +45,8 @@ config BOARD_SPECIFIC_OPTIONS select DRIVER_ANALOGIX_ANX7625 select DRIVER_PARADE_PS8640 select RTC + select MIPI_PANEL_STA_HIMAX83102_J02 if BOARD_GOOGLE_STARMIE + select MIPI_PANEL_STA_ILI9882T if BOARD_GOOGLE_STARMIE config MAINBOARD_DIR string