diff options
author | Eric Lai <ericr_lai@compal.corp-partner.google.com> | 2022-01-07 16:26:57 +0800 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2022-01-10 08:31:14 +0000 |
commit | 69d98b3655de4efddc192a722ea18076f0a04064 (patch) | |
tree | 2162186db791708d0b414935d682e65c6f6c9977 /src/mainboard | |
parent | 02275be61e442e022101b322279940fb0e74f7a8 (diff) |
mb/google/brya: Use genesyslogic gl9755 SD card reader for Felwinter
Felwinter selects DRIVERS_GENESYSLOGIC_GL9755 Kconfig to make use of
SD card reader driver.
BUG=b:209501017
TEST=build PASS.
Signed-off-by: Eric Lai <ericr_lai@compal.corp-partner.google.com>
Change-Id: I196ae9c5dbbcc6057d17605eece27563bcc79af8
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60893
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/brya/Kconfig.name | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index 6128050c55..208e8f7d07 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -110,6 +110,7 @@ config BOARD_GOOGLE_FELWINTER select BOARD_GOOGLE_BASEBOARD_BRYA select CHROMEOS_WIFI_SAR if CHROMEOS select DRIVERS_GENERIC_GPIO_KEYS + select DRIVERS_GENESYSLOGIC_GL9755 config BOARD_GOOGLE_ANAHERA bool "-> Anahera" |