summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2023-09-23 21:36:16 +0200
committerFelix Held <felix-coreboot@felixheld.de>2023-09-25 14:08:38 +0000
commitcfde50bb17007832d2fdd12105222a7ec6d5abdb (patch)
tree54de45db3158ebbc90ad9498d6c383ff5f9d4fc5 /src
parent060c7c7f0618dd281fb38942916b5f9737d2b9ca (diff)
downloadcoreboot-cfde50bb17007832d2fdd12105222a7ec6d5abdb.tar.gz
coreboot-cfde50bb17007832d2fdd12105222a7ec6d5abdb.tar.bz2
coreboot-cfde50bb17007832d2fdd12105222a7ec6d5abdb.zip
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')
-rw-r--r--src/mainboard/google/corsola/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/corsola/Kconfig b/src/mainboard/google/corsola/Kconfig
index 8d0582aefe3e..cd2ae8f06299 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