Kyösti Mälkki has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35105 )
Change subject: lenovo/t431s,w530: Add DRIVERS_RICOH_RCE822 ......................................................................
lenovo/t431s,w530: Add DRIVERS_RICOH_RCE822
Device is present in devicetree but not included in the build.
Change-Id: I8555d94902e94c623d8fbe6f1a4ffe7637988530 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/mainboard/lenovo/t430s/Kconfig M src/mainboard/lenovo/t530/Kconfig 2 files changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/35105/1
diff --git a/src/mainboard/lenovo/t430s/Kconfig b/src/mainboard/lenovo/t430s/Kconfig index b0a22aa..0c7d075 100644 --- a/src/mainboard/lenovo/t430s/Kconfig +++ b/src/mainboard/lenovo/t430s/Kconfig @@ -22,6 +22,7 @@ select GFX_GMA_INTERNAL_IS_LVDS if BOARD_LENOVO_T430S select INTEL_GMA_HAVE_VBT select MAINBOARD_USES_IFD_GBE_REGION + select DRIVERS_RICOH_RCE822 if BOARD_LENOVO_T431S
# Workaround for EC/KBC IRQ1. select SERIRQ_CONTINUOUS_MODE diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig index 5fd9118..f63a120 100644 --- a/src/mainboard/lenovo/t530/Kconfig +++ b/src/mainboard/lenovo/t530/Kconfig @@ -21,6 +21,7 @@ select GFX_GMA_INTERNAL_IS_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
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35105 )
Change subject: lenovo/t431s,w530: Add DRIVERS_RICOH_RCE822 ......................................................................
Patch Set 1: Code-Review+1
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35105 )
Change subject: lenovo/t431s,w530: Add DRIVERS_RICOH_RCE822 ......................................................................
Patch Set 1: Code-Review+2
Kyösti Mälkki has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/35105 )
Change subject: lenovo/t431s,w530: Add DRIVERS_RICOH_RCE822 ......................................................................
lenovo/t431s,w530: Add DRIVERS_RICOH_RCE822
Device is present in devicetree but not included in the build.
Change-Id: I8555d94902e94c623d8fbe6f1a4ffe7637988530 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/35105 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Angel Pons th3fanbus@gmail.com --- M src/mainboard/lenovo/t430s/Kconfig M src/mainboard/lenovo/t530/Kconfig 2 files changed, 2 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve Angel Pons: Looks good to me, approved
diff --git a/src/mainboard/lenovo/t430s/Kconfig b/src/mainboard/lenovo/t430s/Kconfig index b0a22aa..0c7d075 100644 --- a/src/mainboard/lenovo/t430s/Kconfig +++ b/src/mainboard/lenovo/t430s/Kconfig @@ -22,6 +22,7 @@ select GFX_GMA_INTERNAL_IS_LVDS if BOARD_LENOVO_T430S select INTEL_GMA_HAVE_VBT select MAINBOARD_USES_IFD_GBE_REGION + select DRIVERS_RICOH_RCE822 if BOARD_LENOVO_T431S
# Workaround for EC/KBC IRQ1. select SERIRQ_CONTINUOUS_MODE diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig index 5fd9118..f63a120 100644 --- a/src/mainboard/lenovo/t530/Kconfig +++ b/src/mainboard/lenovo/t530/Kconfig @@ -21,6 +21,7 @@ select GFX_GMA_INTERNAL_IS_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