From 58efd601758215cbeebce87f31a865d96a7aae82 Mon Sep 17 00:00:00 2001 From: Eric Lai Date: Fri, 17 Mar 2023 08:45:22 +0800 Subject: [PATCH] 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 Change-Id: I674b052689c80873e8a3b295d15788f3a93f0b82 Reviewed-on: https://review.coreboot.org/c/coreboot/+/73760 Tested-by: build bot (Jenkins) Reviewed-by: Ivy Jian Reviewed-by: Kapil Porwal Reviewed-by: Subrata Banik --- src/mainboard/google/rex/Kconfig.name | 1 + 1 file changed, 1 insertion(+) 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