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:
parent
1e68d3d9a9
commit
c555162cde
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue