From 62d3ba808d7302224bee7728405e5e09b54cdcdc Mon Sep 17 00:00:00 2001 From: Terry Chen Date: Wed, 11 May 2022 21:41:15 +0800 Subject: [PATCH] mb/google/brya/var/crota: Enable DRIVERS_GENESYSLOGIC_GL9750 Enable DRIVERS_GENESYSLOGIC_GL9750 support for Crota. BUG=b:231686917 TEST=USE="project_crota emerge-brya coreboot" and verify it builds without error. Signed-off-by: Terry Chen Change-Id: Ie10167e48256a61801b2623ae4500db5e67e73cd Reviewed-on: https://review.coreboot.org/c/coreboot/+/64255 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak --- src/mainboard/google/brya/Kconfig.name | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index ccf6659a2c..05c5b825db 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -187,6 +187,7 @@ config BOARD_GOOGLE_CROTA bool "-> Crota" select BOARD_GOOGLE_BASEBOARD_BRYA select CHROMEOS_WIFI_SAR if CHROMEOS + select DRIVERS_GENESYSLOGIC_GL9750 select DRIVERS_I2C_CS42L42 config BOARD_GOOGLE_MOLI