mb/google/beltino: 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: Id1bbe7d68d9eace3f54e9decbd02f8b2b50d6867 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60357 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
1c5e9d1331
commit
bbe6e9706a
2 changed files with 15 additions and 5 deletions
|
@ -14,6 +14,21 @@ config BOARD_GOOGLE_BASEBOARD_BELTINO
|
|||
select SOUTHBRIDGE_INTEL_LYNXPOINT
|
||||
select SUPERIO_ITE_IT8772F
|
||||
|
||||
config BOARD_GOOGLE_MCCLOUD
|
||||
select BOARD_GOOGLE_BASEBOARD_BELTINO
|
||||
|
||||
config BOARD_GOOGLE_MONROE
|
||||
select BOARD_GOOGLE_BASEBOARD_BELTINO
|
||||
|
||||
config BOARD_GOOGLE_PANTHER
|
||||
select BOARD_GOOGLE_BASEBOARD_BELTINO
|
||||
|
||||
config BOARD_GOOGLE_TRICKY
|
||||
select BOARD_GOOGLE_BASEBOARD_BELTINO
|
||||
|
||||
config BOARD_GOOGLE_ZAKO
|
||||
select BOARD_GOOGLE_BASEBOARD_BELTINO
|
||||
|
||||
if BOARD_GOOGLE_BASEBOARD_BELTINO
|
||||
|
||||
config VBOOT
|
||||
|
|
|
@ -2,20 +2,15 @@ comment "Beltino"
|
|||
|
||||
config BOARD_GOOGLE_MCCLOUD
|
||||
bool "-> Mccloud (Acer Chromebox CXI)"
|
||||
select BOARD_GOOGLE_BASEBOARD_BELTINO
|
||||
|
||||
config BOARD_GOOGLE_MONROE
|
||||
bool "-> Monroe (LG Chromebase 22CV241 & 22CB25S)"
|
||||
select BOARD_GOOGLE_BASEBOARD_BELTINO
|
||||
|
||||
config BOARD_GOOGLE_PANTHER
|
||||
bool "-> Panther (ASUS Chromebox CN60)"
|
||||
select BOARD_GOOGLE_BASEBOARD_BELTINO
|
||||
|
||||
config BOARD_GOOGLE_TRICKY
|
||||
bool "-> Tricky (Dell Chromebox 3010)"
|
||||
select BOARD_GOOGLE_BASEBOARD_BELTINO
|
||||
|
||||
config BOARD_GOOGLE_ZAKO
|
||||
bool "-> Zako (HP Chromebox G1)"
|
||||
select BOARD_GOOGLE_BASEBOARD_BELTINO
|
||||
|
|
Loading…
Reference in a new issue