From 1020ea20109a067aa54d07a191d262d8ec78dbd7 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Mon, 8 May 2023 19:52:33 +0200 Subject: mb/google/geralt: Move selects from Kconfig.name to Kconfig Selects should be done in the Kconfig file instead of Kconfig.name and not mixed over both files. Change-Id: I590b7fb5f5f52cbf1a61c65f8fac757e36feac5e Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/75028 Reviewed-by: Martin L Roth Tested-by: build bot (Jenkins) --- src/mainboard/google/geralt/Kconfig | 3 +++ src/mainboard/google/geralt/Kconfig.name | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mainboard') diff --git a/src/mainboard/google/geralt/Kconfig b/src/mainboard/google/geralt/Kconfig index e8e365df03..54c51d8a96 100644 --- a/src/mainboard/google/geralt/Kconfig +++ b/src/mainboard/google/geralt/Kconfig @@ -4,6 +4,9 @@ config BOARD_GOOGLE_GERALT_COMMON def_bool n +config BOARD_GOOGLE_GERALT + select BOARD_GOOGLE_GERALT_COMMON + if BOARD_GOOGLE_GERALT_COMMON config VBOOT diff --git a/src/mainboard/google/geralt/Kconfig.name b/src/mainboard/google/geralt/Kconfig.name index 6c52a61e8e..e699ac2467 100644 --- a/src/mainboard/google/geralt/Kconfig.name +++ b/src/mainboard/google/geralt/Kconfig.name @@ -2,4 +2,3 @@ comment "Geralt" config BOARD_GOOGLE_GERALT bool "-> Geralt" - select BOARD_GOOGLE_GERALT_COMMON -- cgit v1.2.3