diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-08-26 23:22:06 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-08-28 13:21:34 +0000 |
commit | 1225afe4829eb3e6de48e9409e318aef4bb22f0b (patch) | |
tree | cdffcd736a6584c2d67c0e60d8ef2d6f9fe41249 /src/mainboard/google/slippy/Kconfig | |
parent | 9389fdfe4defbb086387135499885564cbaabd90 (diff) | |
download | coreboot-1225afe4829eb3e6de48e9409e318aef4bb22f0b.tar.xz |
google/leon: Add DRIVERS_I2C_RTD2132
This is LVDS bridge, I assume this was lost while upstreaming
or converting boards to variants.
Change-Id: I816a6b4035c4e935150cc77089c4224eee719c10
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35106
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Diffstat (limited to 'src/mainboard/google/slippy/Kconfig')
-rw-r--r-- | src/mainboard/google/slippy/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/slippy/Kconfig b/src/mainboard/google/slippy/Kconfig index 242876da86..35fced0231 100644 --- a/src/mainboard/google/slippy/Kconfig +++ b/src/mainboard/google/slippy/Kconfig @@ -16,6 +16,7 @@ config BOARD_GOOGLE_BASEBOARD_SLIPPY select INTEL_INT15 select MAINBOARD_HAS_LIBGFXINIT select INTEL_GMA_HAVE_VBT + select DRIVERS_I2C_RTD2132 if BOARD_GOOGLE_LEON if BOARD_GOOGLE_BASEBOARD_SLIPPY |