Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69379 )
Change subject: mb/google/brya/marasov: Select ISH driver ......................................................................
mb/google/brya/marasov: Select ISH driver
This patch ensures that Marasov selects the ISH driver for devices with UFS enabled.
BUG=b:256566011 TEST=Able to build Marasov.
Signed-off-by: Subrata Banik subratabanik@google.com Change-Id: I97a0aa3bc6976be32ddbf1fc6b37c16bb62a62e5 --- M src/mainboard/google/brya/Kconfig.name 1 file changed, 17 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/69379/1
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index 4ead1f9..99a52bb 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -297,3 +297,4 @@ config BOARD_GOOGLE_MARASOV bool "-> Marasov" select BOARD_GOOGLE_BASEBOARD_BRYA + select DRIVERS_INTEL_ISH