diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-05-29 00:25:10 +0200 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-05-30 07:52:02 +0000 |
commit | 535b1382ac031a7447ffa7c236037360a1329e18 (patch) | |
tree | 3b146e1890ee96f83eb572170efebda59e947f8a /src/mainboard/lenovo | |
parent | 175c0df24452a69e06195ab1e0ca0c6cb232d17f (diff) |
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 <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64756
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@tutanota.com>
Diffstat (limited to 'src/mainboard/lenovo')
-rw-r--r-- | src/mainboard/lenovo/t530/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |