From c555162cde198e97c5b05e1c42fdcf7ddcefdd17 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Thu, 16 Dec 2021 02:18:14 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/60151 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak Reviewed-by: Angel Pons --- src/mainboard/google/sarien/Kconfig | 6 ++++++ src/mainboard/google/sarien/Kconfig.name | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'src/mainboard/google/sarien') diff --git a/src/mainboard/google/sarien/Kconfig b/src/mainboard/google/sarien/Kconfig index 15d774fdb0..66f4311939 100644 --- a/src/mainboard/google/sarien/Kconfig +++ b/src/mainboard/google/sarien/Kconfig @@ -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 diff --git a/src/mainboard/google/sarien/Kconfig.name b/src/mainboard/google/sarien/Kconfig.name index d83905994f..50ac77b595 100644 --- a/src/mainboard/google/sarien/Kconfig.name +++ b/src/mainboard/google/sarien/Kconfig.name @@ -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 -- cgit v1.2.3