mb/google/guybrush: 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: If2c9c52f1e2866082df8e534b1a074639bb62db2
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75020
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:38:27 +02:00 committed by Felix Singer
parent 627b0332c0
commit f697fe071a
2 changed files with 10 additions and 4 deletions

View File

@ -3,6 +3,16 @@
config BOARD_GOOGLE_BASEBOARD_GUYBRUSH
def_bool n
config BOARD_GOOGLE_GUYBRUSH
select BOARD_GOOGLE_BASEBOARD_GUYBRUSH
config BOARD_GOOGLE_NIPPERKIN
select BOARD_GOOGLE_BASEBOARD_GUYBRUSH
select DRIVERS_GFX_GENERIC
config BOARD_GOOGLE_DEWATT
select BOARD_GOOGLE_BASEBOARD_GUYBRUSH
if BOARD_GOOGLE_BASEBOARD_GUYBRUSH
config BOARD_SPECIFIC_OPTIONS

View File

@ -2,13 +2,9 @@ comment "Guybrush"
config BOARD_GOOGLE_GUYBRUSH
bool "-> Guybrush"
select BOARD_GOOGLE_BASEBOARD_GUYBRUSH
config BOARD_GOOGLE_NIPPERKIN
bool "-> Nipperkin"
select BOARD_GOOGLE_BASEBOARD_GUYBRUSH
select DRIVERS_GFX_GENERIC
config BOARD_GOOGLE_DEWATT
bool "-> Dewatt"
select BOARD_GOOGLE_BASEBOARD_GUYBRUSH