mb/google/auron: 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: Ic9e001721baa7b7df89204eed03375e872c93e28
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60359
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:24:55 +01:00
parent bbe6e9706a
commit 338bd0bcf4
2 changed files with 18 additions and 6 deletions

View File

@ -17,6 +17,24 @@ config BOARD_GOOGLE_BASEBOARD_AURON
select SOC_INTEL_BROADWELL
select SYSTEM_TYPE_LAPTOP if !BOARD_GOOGLE_BUDDY
config BOARD_GOOGLE_AURON_PAINE
select BOARD_GOOGLE_BASEBOARD_AURON
config BOARD_GOOGLE_AURON_YUNA
select BOARD_GOOGLE_BASEBOARD_AURON
config BOARD_GOOGLE_BUDDY
select BOARD_GOOGLE_BASEBOARD_AURON
config BOARD_GOOGLE_GANDOF
select BOARD_GOOGLE_BASEBOARD_AURON
config BOARD_GOOGLE_LULU
select BOARD_GOOGLE_BASEBOARD_AURON
config BOARD_GOOGLE_SAMUS
select BOARD_GOOGLE_BASEBOARD_AURON
if BOARD_GOOGLE_BASEBOARD_AURON
config VBOOT

View File

@ -2,24 +2,18 @@ comment "Auron"
config BOARD_GOOGLE_AURON_PAINE
bool "-> Auron_Paine (Acer C740 Chromebook)"
select BOARD_GOOGLE_BASEBOARD_AURON
config BOARD_GOOGLE_AURON_YUNA
bool "-> Auron_Yuna (Acer Chromebook 15 (C910/CB5-531))"
select BOARD_GOOGLE_BASEBOARD_AURON
config BOARD_GOOGLE_BUDDY
bool "-> Buddy (Acer Chromebase 24)"
select BOARD_GOOGLE_BASEBOARD_AURON
config BOARD_GOOGLE_GANDOF
bool "-> Gandof (Toshiba Chromebook 2 (2015))"
select BOARD_GOOGLE_BASEBOARD_AURON
config BOARD_GOOGLE_LULU
bool "-> Lulu (Dell Chromebook 13 7310)"
select BOARD_GOOGLE_BASEBOARD_AURON
config BOARD_GOOGLE_SAMUS
bool "-> Samus (Google Chromebook Pixel (2015))"
select BOARD_GOOGLE_BASEBOARD_AURON