mb/google/sarien: 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: Ia9c59917196df8226391765f7dd7b7c5cdad1aee
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60151
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Felix Singer 2021-12-16 02:18:14 +01:00
parent 1e68d3d9a9
commit c555162cde
2 changed files with 6 additions and 2 deletions

View File

@ -28,6 +28,12 @@ config BOARD_GOOGLE_BASEBOARD_SARIEN
select SYSTEM_TYPE_LAPTOP if BOARD_GOOGLE_SARIEN
select USE_SAR
config BOARD_GOOGLE_ARCADA
select BOARD_GOOGLE_BASEBOARD_SARIEN
config BOARD_GOOGLE_SARIEN
select BOARD_GOOGLE_BASEBOARD_SARIEN
if BOARD_GOOGLE_BASEBOARD_SARIEN
config CHROMEOS

View File

@ -2,8 +2,6 @@ comment "Sarien"
config BOARD_GOOGLE_ARCADA
bool "-> Arcada (Latitude 5300 2-in-1 Chromebook Enterprise)"
select BOARD_GOOGLE_BASEBOARD_SARIEN
config BOARD_GOOGLE_SARIEN
bool "-> Sarien (Dell Latitude 5400 Chromebook Enterprise)"
select BOARD_GOOGLE_BASEBOARD_SARIEN