Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/78128?usp=email )
Change subject: mb/gigabyte/ga-h61m-series: Move selects from Kconfig.name to Kconfig ......................................................................
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 felixsinger@posteo.net Reviewed-on: https://review.coreboot.org/c/coreboot/+/78128 Reviewed-by: Martin L Roth gaumless@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/gigabyte/ga-h61m-series/Kconfig M src/mainboard/gigabyte/ga-h61m-series/Kconfig.name 2 files changed, 14 insertions(+), 6 deletions(-)
Approvals: build bot (Jenkins): Verified Martin L Roth: Looks good to me, approved
diff --git a/src/mainboard/gigabyte/ga-h61m-series/Kconfig b/src/mainboard/gigabyte/ga-h61m-series/Kconfig index 8f4366b..77bd800 100644 --- a/src/mainboard/gigabyte/ga-h61m-series/Kconfig +++ b/src/mainboard/gigabyte/ga-h61m-series/Kconfig @@ -16,6 +16,20 @@ 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 f584a28..f70b824 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