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 <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64755
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@tutanota.com>
This commit is contained in:
Felix Singer 2022-05-29 00:17:24 +02:00
parent 54516673a4
commit 175c0df244
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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