summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Chang <kevin.chang@lcfc.corp-partner.google.com>2022-02-23 15:14:50 +0800
committerFelix Held <felix-coreboot@felixheld.de>2022-02-24 21:39:25 +0000
commitf1313ece44677de8882f1fc12f472cc0b6475a66 (patch)
treec5cfeaa347b5ba715cf204af1a49b9fb5cafe8bb
parent9042427ea272fae974044deca64640fc67e9773d (diff)
downloadcoreboot-f1313ece44677de8882f1fc12f472cc0b6475a66.tar.gz
coreboot-f1313ece44677de8882f1fc12f472cc0b6475a66.tar.bz2
coreboot-f1313ece44677de8882f1fc12f472cc0b6475a66.zip
mb/google/brya/var/taeko: Add GL9750 SD card reader support
Add GL9750 SD card reader support. BUG=b:220987566 TEST=Build FW and check device function normally. Signed-off-by: Kevin Chang <kevin.chang@lcfc.corp-partner.google.com> Change-Id: I8f6ca45a320d34dfd820ef0b6e0d3163fab26027 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62285 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
-rw-r--r--src/mainboard/google/brya/Kconfig.name2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name
index 7740bbe0d47a..50f4a3111aa1 100644
--- a/src/mainboard/google/brya/Kconfig.name
+++ b/src/mainboard/google/brya/Kconfig.name
@@ -138,6 +138,7 @@ config BOARD_GOOGLE_TAEKO
bool "-> Taeko"
select BOARD_GOOGLE_BASEBOARD_BRYA
select DRIVERS_GENERIC_BAYHUB_LV2
+ select DRIVERS_GENESYSLOGIC_GL9750
select DRIVERS_GENESYSLOGIC_GL9763E
select CHROMEOS_WIFI_SAR if CHROMEOS
@@ -145,6 +146,7 @@ config BOARD_GOOGLE_TAEKO4ES
bool "-> Taeko4ES"
select BOARD_GOOGLE_BASEBOARD_BRYA
select DRIVERS_GENERIC_BAYHUB_LV2
+ select DRIVERS_GENESYSLOGIC_GL9750
select DRIVERS_GENESYSLOGIC_GL9763E
select CHROMEOS_WIFI_SAR if CHROMEOS