mb/lenovo/t520: 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: I6b71c7c5c9e32e21c757c0ed0e9c6bd9d58a4f75
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78131
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Felix Singer 2023-05-08 20:15:55 +02:00 committed by Felix Singer
parent b642b9081e
commit 11b299dd78
2 changed files with 6 additions and 2 deletions

View File

@ -25,6 +25,12 @@ config BOARD_LENOVO_BASEBOARD_T520
# Workaround for EC/KBC IRQ1.
select SERIRQ_CONTINUOUS_MODE
config BOARD_LENOVO_T520
select BOARD_LENOVO_BASEBOARD_T520
config BOARD_LENOVO_W520
select BOARD_LENOVO_BASEBOARD_T520
if BOARD_LENOVO_BASEBOARD_T520
config VBOOT

View File

@ -1,7 +1,5 @@
config BOARD_LENOVO_T520
bool "ThinkPad T520"
select BOARD_LENOVO_BASEBOARD_T520
config BOARD_LENOVO_W520
bool "ThinkPad W520"
select BOARD_LENOVO_BASEBOARD_T520