mb/google/myst: Move selects from Kconfig.name to Kconfig

Selects should be done in the Kconfig file instead of Kconfig.name and
not mixed over both files.

Change-Id: Ia4ed3491e6a32659b957285ab20ad47c9085083c
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75025
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Felix Singer 2023-05-08 19:45:54 +02:00 committed by Felix Singer
parent 4694b32511
commit d7232b953f
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,9 @@
config BOARD_GOOGLE_BASEBOARD_MYST
def_bool n
config BOARD_GOOGLE_MYST
select BOARD_GOOGLE_BASEBOARD_MYST
if BOARD_GOOGLE_BASEBOARD_MYST
config BOARD_SPECIFIC_OPTIONS

View File

@ -2,4 +2,3 @@ comment "Myst"
config BOARD_GOOGLE_MYST
bool "-> Myst"
select BOARD_GOOGLE_BASEBOARD_MYST