Joey Peng has uploaded this change for review. ( 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 --- M src/mainboard/google/brya/Kconfig.name 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/62588/1
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index 7235b03..6c6e1ae 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -156,6 +156,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