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>
This commit is contained in:
parent
060c7c7f06
commit
cfde50bb17
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue