mb/google/corsola: 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: I207e25059a9fb9e6a951018e954662931b3f8b93
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75018
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:34:18 +02:00 committed by Felix Singer
parent 5135a6016d
commit f34fd3cb08
2 changed files with 21 additions and 7 deletions

View File

@ -16,6 +16,27 @@ config BOARD_GOOGLE_STARYU_COMMON
def_bool n
select BOARD_GOOGLE_CORSOLA_COMMON
config BOARD_GOOGLE_KINGLER
select BOARD_GOOGLE_KINGLER_COMMON
config BOARD_GOOGLE_STEELIX
select BOARD_GOOGLE_KINGLER_COMMON
config BOARD_GOOGLE_VOLTORB
select BOARD_GOOGLE_KINGLER_COMMON
config BOARD_GOOGLE_KRABBY
select BOARD_GOOGLE_KRABBY_COMMON
config BOARD_GOOGLE_TENTACRUEL
select BOARD_GOOGLE_KRABBY_COMMON
config BOARD_GOOGLE_MAGIKARP
select BOARD_GOOGLE_KRABBY_COMMON
config BOARD_GOOGLE_STARMIE
select BOARD_GOOGLE_STARYU_COMMON
if BOARD_GOOGLE_CORSOLA_COMMON
config VBOOT

View File

@ -2,15 +2,12 @@ comment "Kingler"
config BOARD_GOOGLE_KINGLER
bool "-> Kingler"
select BOARD_GOOGLE_KINGLER_COMMON
config BOARD_GOOGLE_STEELIX
bool "-> Steelix"
select BOARD_GOOGLE_KINGLER_COMMON
config BOARD_GOOGLE_VOLTORB
bool "-> Voltorb"
select BOARD_GOOGLE_KINGLER_COMMON
config BOARD_GOOGLE_PONYTA
bool "-> Ponyta"
@ -20,18 +17,14 @@ comment "Krabby"
config BOARD_GOOGLE_KRABBY
bool "-> Krabby"
select BOARD_GOOGLE_KRABBY_COMMON
config BOARD_GOOGLE_TENTACRUEL
bool "-> Tentacruel"
select BOARD_GOOGLE_KRABBY_COMMON
config BOARD_GOOGLE_MAGIKARP
bool "-> Magikarp"
select BOARD_GOOGLE_KRABBY_COMMON
comment "Staryu"
config BOARD_GOOGLE_STARMIE
bool "-> Starmie"
select BOARD_GOOGLE_STARYU_COMMON