diff options
author | Subrata Banik <subratabanik@google.com> | 2022-11-11 11:05:19 +0530 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2022-11-12 23:06:56 +0000 |
commit | 6f1a7b67206f748fc1a7c63ad6bdc1d019c8f1aa (patch) | |
tree | 6f867f5e9646a961d3d25c0618cdc99f70a21d18 /src | |
parent | 5d16f8d5b92f99ee0f8d878f45560ab13a396a1d (diff) |
mb/google/brya/var/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
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69379
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Diffstat (limited to 'src')
-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 99e73dbfec..56576104d6 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -306,3 +306,4 @@ config BOARD_GOOGLE_MARASOV bool "-> Marasov" select BOARD_GOOGLE_BASEBOARD_BRYA select SOC_INTEL_RAPTORLAKE + select DRIVERS_INTEL_ISH |