diff options
author | Kevin Chiu <kevin.chiu.17802@gmail.com> | 2022-11-10 21:08:19 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-11-12 03:34:58 +0000 |
commit | 8e275af3eefa17e60cf028ec862f77c241d10ede (patch) | |
tree | c0f4a6ec9b398a6c26ef14009538676d9b06068a /src/mainboard | |
parent | 02d4116fd679348094f94fb6deef52e2ace43479 (diff) |
mb/google/brya/var/gladios: Add GL9750 SD card reader support
BUG=b:239513596
TEST=emerge-brask coreboot
Signed-off-by: Kevin Chiu <kevin.chiu.17802@gmail.com>
Change-Id: I7411e10348c36786000c6918b9b154b7329f3cd0
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69436
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
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 8716211b31..99e73dbfec 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -300,6 +300,7 @@ config BOARD_GOOGLE_GLADIOS select BOARD_GOOGLE_BASEBOARD_BRASK select SOC_INTEL_RAPTORLAKE select DRIVERS_GENESYSLOGIC_GL9763E + select DRIVERS_GENESYSLOGIC_GL9750 config BOARD_GOOGLE_MARASOV bool "-> Marasov" |