diff options
author | Kevin Chang <kevin.chang@lcfc.corp-partner.google.com> | 2021-03-18 16:15:57 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-06 07:50:19 +0000 |
commit | 419f03f051ef61d9f19ec78c0ea61e77a49a76df (patch) | |
tree | 5f83c0722313140fff56fafd2f98a444e8deb8f9 | |
parent | 6482c22ec0f549b949e04beebc92751154679a43 (diff) |
Lindar/Lillipup: Enable Bayhub SD card reader power-saving mode
Enable Bayhub SD card reader power-saving mode for Lindar and Lillipup.
BUG=b:173676531
TEST=Boot to OS and test with SD card function.
Signed-off-by: Kevin Chang <kevin.chang@lcfc.corp-partner.google.com>
Change-Id: I923d6e1beacd007c0e501f39c1f434c3e1085b9e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51623
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Zhuohao Lee <zhuohao@google.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
-rw-r--r-- | src/mainboard/google/volteer/Kconfig.name | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/volteer/Kconfig.name b/src/mainboard/google/volteer/Kconfig.name index 4702832ff9..4b580adaf8 100644 --- a/src/mainboard/google/volteer/Kconfig.name +++ b/src/mainboard/google/volteer/Kconfig.name @@ -20,6 +20,7 @@ config BOARD_GOOGLE_LINDAR select INTEL_CAR_NEM select CHROMEOS_DSM_CALIB if CHROMEOS select DRIVERS_I2C_RT1011 + select DRIVERS_GENERIC_BAYHUB_LV2 config BOARD_GOOGLE_MALEFOR bool "-> Malefor" |