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:
parent
627b0332c0
commit
f697fe071a
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue