From ec14217d39ea0382421936be06c0ffacad81d9b7 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Thu, 16 Dec 2021 02:50:47 +0100 Subject: mb/google/drallion: 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: I4de9bc426b92d57d6aabe17cceddf6b6aa444327 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/60157 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak Reviewed-by: Angel Pons --- src/mainboard/google/drallion/Kconfig | 3 +++ src/mainboard/google/drallion/Kconfig.name | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mainboard') diff --git a/src/mainboard/google/drallion/Kconfig b/src/mainboard/google/drallion/Kconfig index 6e3dbadb9b..b0b0a5c99f 100644 --- a/src/mainboard/google/drallion/Kconfig +++ b/src/mainboard/google/drallion/Kconfig @@ -24,6 +24,9 @@ config BOARD_GOOGLE_BASEBOARD_DRALLION select SOC_INTEL_COMMON_BLOCK_SMM_ESPI_DISABLE select SYSTEM_TYPE_LAPTOP +config BOARD_GOOGLE_DRALLION + select BOARD_GOOGLE_BASEBOARD_DRALLION + if BOARD_GOOGLE_BASEBOARD_DRALLION config CHROMEOS diff --git a/src/mainboard/google/drallion/Kconfig.name b/src/mainboard/google/drallion/Kconfig.name index bd5d9032d2..5870571124 100644 --- a/src/mainboard/google/drallion/Kconfig.name +++ b/src/mainboard/google/drallion/Kconfig.name @@ -2,4 +2,3 @@ comment "Drallion" config BOARD_GOOGLE_DRALLION bool "-> Drallion" - select BOARD_GOOGLE_BASEBOARD_DRALLION -- cgit v1.2.3