diff options
author | Wisley Chen <wisley.chen@quanta.corp-partner.google.com> | 2021-08-24 19:11:53 +0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-08-25 19:20:48 +0000 |
commit | 278b0023484538c8ab141b873557381005834e42 (patch) | |
tree | e991183563414c0188a3737edb92adbb74653d75 | |
parent | cd36347d837fe43f48b728dfbc7b762e4db155e0 (diff) |
mb/goog/bry/var/redrix: Enable Genesys GL9755 setting
BUG=b:192052098
TEST=FW_NAME=redrix emerge-brya coreboot
Signed-off-by: Wisley Chen <wisley.chen@quanta.corp-partner.google.com>
Change-Id: I45ecab8c036a7e75cc0c564867119c027175ed06
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57120
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
-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 157952dc6f..3396f5eba3 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -31,6 +31,7 @@ config BOARD_GOOGLE_REDRIX select DRIVERS_I2C_MAX98390 select DRIVERS_INTEL_MIPI_CAMERA select SOC_INTEL_COMMON_BLOCK_IPU + select DRIVERS_GENESYSLOGIC_GL9755 config BOARD_GOOGLE_KANO bool "-> Kano" |