diff options
author | Stanley Wu <stanley1.wu@lcfc.corp-partner.google.com> | 2022-07-27 15:21:07 +0800 |
---|---|---|
committer | Paul Fagerburg <pfagerburg@chromium.org> | 2022-07-29 15:06:46 +0000 |
commit | 828243ebca8546975d4d1be6f2136f1afd03b08e (patch) | |
tree | 301cee96ca88724d75c4ae51c45ae5d802c0d074 | |
parent | 5c83d5efb70199599395093ca7d6d1a57eb516f8 (diff) |
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 <stanley1.wu@lcfc.corp-partner.google.com>
Change-Id: I6759fde1eaf24599a1fdb364d6e78f4e4e12f311
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66178
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Reka Norman <rekanorman@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 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 |