mb/google/geralt: 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: I590b7fb5f5f52cbf1a61c65f8fac757e36feac5e
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75028
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:52:33 +02:00 committed by Felix Singer
parent 6a823bdc67
commit 1020ea2010
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,9 @@
config BOARD_GOOGLE_GERALT_COMMON
def_bool n
config BOARD_GOOGLE_GERALT
select BOARD_GOOGLE_GERALT_COMMON
if BOARD_GOOGLE_GERALT_COMMON
config VBOOT

View File

@ -2,4 +2,3 @@ comment "Geralt"
config BOARD_GOOGLE_GERALT
bool "-> Geralt"
select BOARD_GOOGLE_GERALT_COMMON