diff options
author | Patrick Rudolph <siro@das-labor.org> | 2019-12-09 20:10:20 +0100 |
---|---|---|
committer | Philipp Deppenwiese <zaolin.daisuki@gmail.com> | 2019-12-11 12:45:56 +0000 |
commit | e18dba8e9ad34061781a6dfd4f73209a991e933e (patch) | |
tree | 14d6a1f90aeda0ca51c87aa492e597710a7b96db /src | |
parent | e2291f5ad4049e8df864318760b5a88370c8344d (diff) |
mb/lenovo/t410: Select 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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37625
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/lenovo/t410/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t410/Kconfig b/src/mainboard/lenovo/t410/Kconfig index 943bf43e0a..f97a0938b1 100644 --- a/src/mainboard/lenovo/t410/Kconfig +++ b/src/mainboard/lenovo/t410/Kconfig @@ -22,6 +22,7 @@ config BOARD_SPECIFIC_OPTIONS 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 |