Patrick Rudolph has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37625 )
Change subject: mb/lenovo/t410: Add ricoh driver ......................................................................
mb/lenovo/t410: Add ricoh driver
Fix for CB:35086. Build the Ricoh SDcard driver that is defined in devicetree.
Change-Id: Ib0ac3da088d798c35e2c5ea045ea721c89d9e12f Signed-off-by: Patrick Rudolph siro@das-labor.org --- M src/mainboard/lenovo/t410/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/37625/1
diff --git a/src/mainboard/lenovo/t410/Kconfig b/src/mainboard/lenovo/t410/Kconfig index 943bf43..f97a093 100644 --- a/src/mainboard/lenovo/t410/Kconfig +++ b/src/mainboard/lenovo/t410/Kconfig @@ -22,6 +22,7 @@ select MAINBOARD_USES_IFD_GBE_REGION select H8_HAS_BAT_TRESHOLDS_IMPL select MAINBOARD_HAS_LIBGFXINIT + select DRIVERS_RICOH_RCE822
config VBOOT select VBOOT_VBNV_CMOS