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 <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75028
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/src/mainboard/google/geralt/Kconfig b/src/mainboard/google/geralt/Kconfig
index e8e365d..54c51d8 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 6c52a61..e699ac2 100644
--- a/src/mainboard/google/geralt/Kconfig.name
+++ b/src/mainboard/google/geralt/Kconfig.name
@@ -2,4 +2,3 @@
 
 config BOARD_GOOGLE_GERALT
 	bool "->  Geralt"
-	select BOARD_GOOGLE_GERALT_COMMON