Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/62588 )
Change subject: mb/google/brya/var/taniks: Add GL9750 SD card reader support ......................................................................
mb/google/brya/var/taniks: Add GL9750 SD card reader support
Add GL9750 SD card reader support.
BUG=b:222402409 TEST=Build FW and check device function normally.
Signed-off-by: Joey Peng joey.peng@lcfc.corp-partner.google.com Change-Id: Ied36719914de214ae7d810f3d03a508e95fbf66a Reviewed-on: https://review.coreboot.org/c/coreboot/+/62588 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Tim Wawrzynczak twawrzynczak@chromium.org --- M src/mainboard/google/brya/Kconfig.name 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Tim Wawrzynczak: Looks good to me, approved
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index f88f429..3895aab 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -148,6 +148,7 @@ bool "-> Taniks" select BOARD_GOOGLE_BASEBOARD_BRYA select DRIVERS_GENERIC_BAYHUB_LV2 + select DRIVERS_GENESYSLOGIC_GL9750 select DRIVERS_GENESYSLOGIC_GL9763E
config BOARD_GOOGLE_VELL