From cfde50bb17007832d2fdd12105222a7ec6d5abdb Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Sat, 23 Sep 2023 21:36:16 +0200 Subject: mb/google/corsola: Move board-specific selects to board options Instead of selecting board-specific options under the common option and making them conditional, move them to their related board option. Change-Id: If9bea61cb84590e7455add908fa7722c60444503 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/78100 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth --- src/mainboard/google/corsola/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/corsola/Kconfig b/src/mainboard/google/corsola/Kconfig index 8d0582aefe..cd2ae8f062 100644 --- a/src/mainboard/google/corsola/Kconfig +++ b/src/mainboard/google/corsola/Kconfig @@ -39,6 +39,8 @@ config BOARD_GOOGLE_MAGIKARP config BOARD_GOOGLE_STARMIE select BOARD_GOOGLE_STARYU_COMMON + select MIPI_PANEL_STA_HIMAX83102_J02 + select MIPI_PANEL_STA_ILI9882T if BOARD_GOOGLE_CORSOLA_COMMON @@ -69,8 +71,6 @@ 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 -- cgit v1.2.3