mb/google/slippy: 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: I677770168caa95d95fd7d32cadc15ffae8455e8c
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60352
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Felix Singer 2021-12-24 21:11:58 +01:00
parent 0a0a890d3b
commit 8973942adf
2 changed files with 12 additions and 4 deletions

View File

@ -19,6 +19,18 @@ config BOARD_GOOGLE_BASEBOARD_SLIPPY
select SOUTHBRIDGE_INTEL_LYNXPOINT
select SYSTEM_TYPE_LAPTOP
config BOARD_GOOGLE_FALCO
select BOARD_GOOGLE_BASEBOARD_SLIPPY
config BOARD_GOOGLE_LEON
select BOARD_GOOGLE_BASEBOARD_SLIPPY
config BOARD_GOOGLE_PEPPY
select BOARD_GOOGLE_BASEBOARD_SLIPPY
config BOARD_GOOGLE_WOLF
select BOARD_GOOGLE_BASEBOARD_SLIPPY
if BOARD_GOOGLE_BASEBOARD_SLIPPY
config VBOOT

View File

@ -2,16 +2,12 @@ comment "Slippy"
config BOARD_GOOGLE_FALCO
bool "-> Falco (HP Chromebook 14)"
select BOARD_GOOGLE_BASEBOARD_SLIPPY
config BOARD_GOOGLE_LEON
bool "-> Leon (Toshiba Chromebook)"
select BOARD_GOOGLE_BASEBOARD_SLIPPY
config BOARD_GOOGLE_PEPPY
bool "-> Peppy (Acer C720/C720P Chromebook)"
select BOARD_GOOGLE_BASEBOARD_SLIPPY
config BOARD_GOOGLE_WOLF
bool "-> Wolf (Dell Chromebook 11)"
select BOARD_GOOGLE_BASEBOARD_SLIPPY