diff options
author | Felix Singer <felixsinger@posteo.net> | 2023-09-23 21:36:16 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-09-25 14:08:38 +0000 |
commit | cfde50bb17007832d2fdd12105222a7ec6d5abdb (patch) | |
tree | 54de45db3158ebbc90ad9498d6c383ff5f9d4fc5 /src/mainboard/google/corsola | |
parent | 060c7c7f0618dd281fb38942916b5f9737d2b9ca (diff) |
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 <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78100
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/mainboard/google/corsola')
-rw-r--r-- | src/mainboard/google/corsola/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
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 |