mb/google/cyan: Move selects from Kconfig.name to Kconfig
Move selects from Kconfig.name to Kconfig so that the configuration is at one place and not distributed over two files. Change-Id: Ifcdfd9fff197391ca0da083e7f6151c2dffe3374 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60362 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
parent
a4320fcc7b
commit
1aa197ee9b
|
@ -19,6 +19,39 @@ config BOARD_GOOGLE_BASEBOARD_CYAN
|
||||||
select SYSTEM_TYPE_LAPTOP
|
select SYSTEM_TYPE_LAPTOP
|
||||||
select USE_GOOGLE_FSP
|
select USE_GOOGLE_FSP
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_BANON
|
||||||
|
select BOARD_GOOGLE_BASEBOARD_CYAN
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_CELES
|
||||||
|
select BOARD_GOOGLE_BASEBOARD_CYAN
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_CYAN
|
||||||
|
select BOARD_GOOGLE_BASEBOARD_CYAN
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_EDGAR
|
||||||
|
select BOARD_GOOGLE_BASEBOARD_CYAN
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_KEFKA
|
||||||
|
select BOARD_GOOGLE_BASEBOARD_CYAN
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_REKS
|
||||||
|
select BOARD_GOOGLE_BASEBOARD_CYAN
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_RELM
|
||||||
|
select BOARD_GOOGLE_BASEBOARD_CYAN
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_SETZER
|
||||||
|
select BOARD_GOOGLE_BASEBOARD_CYAN
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_TERRA
|
||||||
|
select BOARD_GOOGLE_BASEBOARD_CYAN
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_ULTIMA
|
||||||
|
select BOARD_GOOGLE_BASEBOARD_CYAN
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_WIZPIG
|
||||||
|
select BOARD_GOOGLE_BASEBOARD_CYAN
|
||||||
|
|
||||||
if BOARD_GOOGLE_BASEBOARD_CYAN
|
if BOARD_GOOGLE_BASEBOARD_CYAN
|
||||||
|
|
||||||
config VBOOT
|
config VBOOT
|
||||||
|
|
|
@ -2,44 +2,33 @@ comment "Cyan"
|
||||||
|
|
||||||
config BOARD_GOOGLE_BANON
|
config BOARD_GOOGLE_BANON
|
||||||
bool "-> Banon (Acer Chromebook 15 (CB3-532))"
|
bool "-> Banon (Acer Chromebook 15 (CB3-532))"
|
||||||
select BOARD_GOOGLE_BASEBOARD_CYAN
|
|
||||||
|
|
||||||
config BOARD_GOOGLE_CELES
|
config BOARD_GOOGLE_CELES
|
||||||
bool "-> Celes (Samsung Chromebook 3)"
|
bool "-> Celes (Samsung Chromebook 3)"
|
||||||
select BOARD_GOOGLE_BASEBOARD_CYAN
|
|
||||||
|
|
||||||
config BOARD_GOOGLE_CYAN
|
config BOARD_GOOGLE_CYAN
|
||||||
bool "-> Cyan (Acer Chromebook R11 (C738T))"
|
bool "-> Cyan (Acer Chromebook R11 (C738T))"
|
||||||
select BOARD_GOOGLE_BASEBOARD_CYAN
|
|
||||||
|
|
||||||
config BOARD_GOOGLE_EDGAR
|
config BOARD_GOOGLE_EDGAR
|
||||||
bool "-> Edgar (Acer Chromebook 14 (CB3-431))"
|
bool "-> Edgar (Acer Chromebook 14 (CB3-431))"
|
||||||
select BOARD_GOOGLE_BASEBOARD_CYAN
|
|
||||||
|
|
||||||
config BOARD_GOOGLE_KEFKA
|
config BOARD_GOOGLE_KEFKA
|
||||||
bool "-> Kefka (Dell Chromebook 11 3180/3189)"
|
bool "-> Kefka (Dell Chromebook 11 3180/3189)"
|
||||||
select BOARD_GOOGLE_BASEBOARD_CYAN
|
|
||||||
|
|
||||||
config BOARD_GOOGLE_REKS
|
config BOARD_GOOGLE_REKS
|
||||||
bool "-> Reks (Lenovo N22/N42 Chromebook)"
|
bool "-> Reks (Lenovo N22/N42 Chromebook)"
|
||||||
select BOARD_GOOGLE_BASEBOARD_CYAN
|
|
||||||
|
|
||||||
config BOARD_GOOGLE_RELM
|
config BOARD_GOOGLE_RELM
|
||||||
bool "-> Relm"
|
bool "-> Relm"
|
||||||
select BOARD_GOOGLE_BASEBOARD_CYAN
|
|
||||||
|
|
||||||
config BOARD_GOOGLE_SETZER
|
config BOARD_GOOGLE_SETZER
|
||||||
bool "-> Setzer (HP Chromebook 11 G5)"
|
bool "-> Setzer (HP Chromebook 11 G5)"
|
||||||
select BOARD_GOOGLE_BASEBOARD_CYAN
|
|
||||||
|
|
||||||
config BOARD_GOOGLE_TERRA
|
config BOARD_GOOGLE_TERRA
|
||||||
bool "-> Terra (ASUS Chromebook C202SA/C300SA/C301SA)"
|
bool "-> Terra (ASUS Chromebook C202SA/C300SA/C301SA)"
|
||||||
select BOARD_GOOGLE_BASEBOARD_CYAN
|
|
||||||
|
|
||||||
config BOARD_GOOGLE_ULTIMA
|
config BOARD_GOOGLE_ULTIMA
|
||||||
bool "-> Ultima (Lenovo Yoga 11e G3)"
|
bool "-> Ultima (Lenovo Yoga 11e G3)"
|
||||||
select BOARD_GOOGLE_BASEBOARD_CYAN
|
|
||||||
|
|
||||||
config BOARD_GOOGLE_WIZPIG
|
config BOARD_GOOGLE_WIZPIG
|
||||||
bool "-> Wizpig"
|
bool "-> Wizpig"
|
||||||
select BOARD_GOOGLE_BASEBOARD_CYAN
|
|
||||||
|
|
Loading…
Reference in New Issue