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: Id450a4b6e409a548ee4d79b8b2ebf30ef61a3e27 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78083 Reviewed-by: Yu-Ping Wu <yupingso@google.com> Reviewed-by: Yidi Lin <yidilin@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
17cea380d9
commit
3c9b8f7914
|
@ -19,6 +19,9 @@ config BOARD_GOOGLE_STARYU_COMMON
|
|||
config BOARD_GOOGLE_KINGLER
|
||||
select BOARD_GOOGLE_KINGLER_COMMON
|
||||
|
||||
config BOARD_GOOGLE_PONYTA
|
||||
select BOARD_GOOGLE_KINGLER_COMMON
|
||||
|
||||
config BOARD_GOOGLE_STEELIX
|
||||
select BOARD_GOOGLE_KINGLER_COMMON
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@ config BOARD_GOOGLE_VOLTORB
|
|||
|
||||
config BOARD_GOOGLE_PONYTA
|
||||
bool "-> Ponyta"
|
||||
select BOARD_GOOGLE_KINGLER_COMMON
|
||||
|
||||
comment "Krabby"
|
||||
|
||||
|
|
Loading…
Reference in New Issue