From 828243ebca8546975d4d1be6f2136f1afd03b08e Mon Sep 17 00:00:00 2001 From: Stanley Wu Date: Wed, 27 Jul 2022 15:21:07 +0800 Subject: [PATCH] mb/google/nissa/var/pujjo: Enable OZ711LV2LN SD card controller Pujjoflex support OZ711LV2LN SD card controller, Select the Bayhub LV2 driver for OZ711LV2LN SD card. BUG=b:215487382 TEST=Build FW and checking SD card work as expected in OS. Signed-off-by: Stanley Wu Change-Id: I6759fde1eaf24599a1fdb364d6e78f4e4e12f311 Reviewed-on: https://review.coreboot.org/c/coreboot/+/66178 Tested-by: build bot (Jenkins) Reviewed-by: Reka Norman --- 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 af890ec2f4..e558ff6fde 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -260,6 +260,7 @@ config BOARD_GOOGLE_JOXER config BOARD_GOOGLE_PUJJO bool "-> Pujjo" select BOARD_GOOGLE_BASEBOARD_NISSA + select DRIVERS_GENERIC_BAYHUB_LV2 select DRIVERS_GENERIC_GPIO_KEYS select DRIVERS_GENESYSLOGIC_GL9750 select HAVE_WWAN_POWER_SEQUENCE