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>
This commit is contained in:
parent
175c0df244
commit
535b1382ac
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue