From 175c0df24452a69e06195ab1e0ca0c6cb232d17f Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Sun, 29 May 2022 00:17:24 +0200 Subject: mb/lenovo/t530: 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: I8ef0e67a8f26b98acea777afb26ed221bfa90153 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/64755 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth --- src/mainboard/lenovo/t530/Kconfig | 6 ++++++ src/mainboard/lenovo/t530/Kconfig.name | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig index 7420617690..ed3df0c623 100644 --- a/src/mainboard/lenovo/t530/Kconfig +++ b/src/mainboard/lenovo/t530/Kconfig @@ -26,6 +26,12 @@ config BOARD_LENOVO_BASEBOARD_T530 # Workaround for EC/KBC IRQ1. select SERIRQ_CONTINUOUS_MODE +config BOARD_LENOVO_T530 + select BOARD_LENOVO_BASEBOARD_T530 + +config BOARD_LENOVO_W530 + select BOARD_LENOVO_BASEBOARD_T530 + if BOARD_LENOVO_BASEBOARD_T530 config VBOOT diff --git a/src/mainboard/lenovo/t530/Kconfig.name b/src/mainboard/lenovo/t530/Kconfig.name index 446a22523e..c86915b901 100644 --- a/src/mainboard/lenovo/t530/Kconfig.name +++ b/src/mainboard/lenovo/t530/Kconfig.name @@ -1,7 +1,5 @@ config BOARD_LENOVO_T530 bool "ThinkPad T530" - select BOARD_LENOVO_BASEBOARD_T530 config BOARD_LENOVO_W530 bool "ThinkPad W530" - select BOARD_LENOVO_BASEBOARD_T530 -- cgit v1.2.3