diff options
author | Kevin Chiu <kevin.chiu.17802@gmail.com> | 2022-11-10 11:58:46 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-11-12 03:34:33 +0000 |
commit | 02d4116fd679348094f94fb6deef52e2ace43479 (patch) | |
tree | 931dd46dfccaeeb0a90b5bac8ba39a55a22e7e93 /src/mainboard/google | |
parent | 357c229173a39bcce2cf619b4db353fb067568a6 (diff) |
mb/google/brya/var/gladios: Include GL9763E driver for eMMC support
Support GL9763E as a eMMC boot disk.
BUG=b:239513596
TEST=emerge-brask coreboot
Signed-off-by: Kevin Chiu <kevin.chiu.17802@gmail.com>
Change-Id: I2b29309615df381f1e24f29fc048c6f9bf216b7f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69425
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google')
-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 2d11e10971..8716211b31 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -299,6 +299,7 @@ config BOARD_GOOGLE_GLADIOS bool "-> Gladios" select BOARD_GOOGLE_BASEBOARD_BRASK select SOC_INTEL_RAPTORLAKE + select DRIVERS_GENESYSLOGIC_GL9763E config BOARD_GOOGLE_MARASOV bool "-> Marasov" |