diff options
author | Eric Lai <eric_lai@quanta.corp-partner.google.com> | 2023-03-17 08:45:22 +0800 |
---|---|---|
committer | Eric Lai <eric_lai@quanta.corp-partner.google.com> | 2023-03-19 05:12:23 +0000 |
commit | 58efd601758215cbeebce87f31a865d96a7aae82 (patch) | |
tree | 5170efca906d6a95d4db40a9c99b46a80f468c82 /src | |
parent | 97117dbace0cbef694494be0a2695dc153720928 (diff) |
mb/google/rex: Add DRIVERS_GENESYSLOGIC_GL9755
Rex uses GL9755 and miss select the driver.
BUG=b:273906526
TEST=SD card is functional.
Signed-off-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Change-Id: I674b052689c80873e8a3b295d15788f3a93f0b82
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73760
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Ivy Jian <ivy.jian@quanta.corp-partner.google.com>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/rex/Kconfig.name | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/rex/Kconfig.name b/src/mainboard/google/rex/Kconfig.name index d74c499390..8216cc99cc 100644 --- a/src/mainboard/google/rex/Kconfig.name +++ b/src/mainboard/google/rex/Kconfig.name @@ -2,3 +2,4 @@ comment "Rex" config BOARD_GOOGLE_REX0 bool "-> Rex 0" + select DRIVERS_GENESYSLOGIC_GL9755 |