From 535b1382ac031a7447ffa7c236037360a1329e18 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Sun, 29 May 2022 00:25:10 +0200 Subject: mb/lenovo/t530: Select board-specific options per board Move board-specific selects out of common configuration and add them to each board where necessary. Change-Id: I9940ad2e963458e4bc50c2a2957bb72cbd4109be Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/64756 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth --- src/mainboard/lenovo/t530/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard') diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig index ed3df0c623..51967abc46 100644 --- a/src/mainboard/lenovo/t530/Kconfig +++ b/src/mainboard/lenovo/t530/Kconfig @@ -21,7 +21,6 @@ config BOARD_LENOVO_BASEBOARD_T530 select GFX_GMA_PANEL_1_ON_LVDS select INTEL_GMA_HAVE_VBT select MAINBOARD_USES_IFD_GBE_REGION - select DRIVERS_RICOH_RCE822 if BOARD_LENOVO_W530 # Workaround for EC/KBC IRQ1. select SERIRQ_CONTINUOUS_MODE @@ -31,6 +30,7 @@ config BOARD_LENOVO_T530 config BOARD_LENOVO_W530 select BOARD_LENOVO_BASEBOARD_T530 + select DRIVERS_RICOH_RCE822 if BOARD_LENOVO_BASEBOARD_T530 -- cgit v1.2.3