From 28f699246ffcea74465dad573a772056d7170865 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Mon, 8 May 2023 20:07:29 +0200 Subject: [PATCH] mb/gigabyte/ga-h61m-series: 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: Iec0829ba80d3d4b4bc79e14a97d085930c4c5202 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/78128 Reviewed-by: Martin L Roth Tested-by: build bot (Jenkins) --- src/mainboard/gigabyte/ga-h61m-series/Kconfig | 14 ++++++++++++++ src/mainboard/gigabyte/ga-h61m-series/Kconfig.name | 6 ------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/src/mainboard/gigabyte/ga-h61m-series/Kconfig b/src/mainboard/gigabyte/ga-h61m-series/Kconfig index 8f4366b90d..77bd800bfe 100644 --- a/src/mainboard/gigabyte/ga-h61m-series/Kconfig +++ b/src/mainboard/gigabyte/ga-h61m-series/Kconfig @@ -16,6 +16,20 @@ config BOARD_GIGABYTE_GA_H61M_SERIES select HAVE_OPTION_TABLE select HAVE_CMOS_DEFAULT +config BOARD_GIGABYTE_GA_H61M_S2PV + select BOARD_GIGABYTE_GA_H61M_SERIES + +config BOARD_GIGABYTE_GA_H61M_DS2 + select BOARD_GIGABYTE_GA_H61M_SERIES + +config BOARD_GIGABYTE_GA_H61M_DS2V + select BOARD_GIGABYTE_GA_H61M_SERIES + select NO_UART_ON_SUPERIO + +config BOARD_GIGABYTE_GA_H61MA_D3V + select BOARD_GIGABYTE_GA_H61M_SERIES + select NO_UART_ON_SUPERIO + if BOARD_GIGABYTE_GA_H61M_SERIES config MAINBOARD_DIR diff --git a/src/mainboard/gigabyte/ga-h61m-series/Kconfig.name b/src/mainboard/gigabyte/ga-h61m-series/Kconfig.name index f584a28cc2..f70b8242ab 100644 --- a/src/mainboard/gigabyte/ga-h61m-series/Kconfig.name +++ b/src/mainboard/gigabyte/ga-h61m-series/Kconfig.name @@ -1,17 +1,11 @@ config BOARD_GIGABYTE_GA_H61M_S2PV bool "GA-H61M-S2PV" - select BOARD_GIGABYTE_GA_H61M_SERIES config BOARD_GIGABYTE_GA_H61M_DS2 bool "GA-H61M-DS2" - select BOARD_GIGABYTE_GA_H61M_SERIES config BOARD_GIGABYTE_GA_H61M_DS2V bool "GA-H61M-DS2V" - select BOARD_GIGABYTE_GA_H61M_SERIES - select NO_UART_ON_SUPERIO config BOARD_GIGABYTE_GA_H61MA_D3V bool "GA-H61MA-D3V" - select BOARD_GIGABYTE_GA_H61M_SERIES - select NO_UART_ON_SUPERIO