Tim Wawrzynczak has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/60017 )
Change subject: mb/google/brya/var/taeko: Enable Bayhub LV2 driver ......................................................................
mb/google/brya/var/taeko: Enable Bayhub LV2 driver
Some SKUs of google/taeko have a Bayhub LV2 card reader chip, therefore enable the corresponding driver for the mainboard.
BUG=b:204343849
Signed-off-by: Tim Wawrzynczak twawrzynczak@chromium.org Change-Id: I738af7e77a3c076742a3d6c6f48fad29dfc978ac --- M src/mainboard/google/brya/Kconfig.name 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/60017/1
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index ead3348..3c08143 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -98,6 +98,7 @@ bool "-> Taeko" select BOARD_GOOGLE_BASEBOARD_BRYA select DRIVERS_GENESYSLOGIC_GL9763E + select DRIVERS_GENERIC_BAYHUB_LV2
config BOARD_GOOGLE_TAEKO4ES bool "-> Taeko4ES"