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:
parent
0a0a890d3b
commit
8973942adf
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue