summaryrefslogtreecommitdiff
path: root/drivers/ufs/host/Makefile
diff options
context:
space:
mode:
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>2022-06-03 14:05:21 +0300
committerMartin K. Petersen <martin.petersen@oracle.com>2022-06-14 04:57:34 +0300
commitd69520288efd4908c543cc7414fb5877015eda2a (patch)
treee003bcbd66d406bc5b90c952dc6550f0b80429d3 /drivers/ufs/host/Makefile
parent2f11bbc2c7f37e3a6151ac548b1c0679cc90ea83 (diff)
downloadlinux-d69520288efd4908c543cc7414fb5877015eda2a.tar.xz
scsi: ufs: ufs-renesas: Add support for Renesas R-Car UFS controller
Add support for Renesas R-Car UFS controller which needs vendor-specific initialization. Link: https://lore.kernel.org/r/20220603110524.1997825-5-yoshihiro.shimoda.uh@renesas.com Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/ufs/host/Makefile')
-rw-r--r--drivers/ufs/host/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ufs/host/Makefile b/drivers/ufs/host/Makefile
index e4be54273c98..7717ca93e7d5 100644
--- a/drivers/ufs/host/Makefile
+++ b/drivers/ufs/host/Makefile
@@ -11,4 +11,5 @@ obj-$(CONFIG_SCSI_UFSHCD_PCI) += ufshcd-pci.o
obj-$(CONFIG_SCSI_UFSHCD_PLATFORM) += ufshcd-pltfrm.o
obj-$(CONFIG_SCSI_UFS_HISI) += ufs-hisi.o
obj-$(CONFIG_SCSI_UFS_MEDIATEK) += ufs-mediatek.o
+obj-$(CONFIG_SCSI_UFS_RENESAS) += ufs-renesas.o
obj-$(CONFIG_SCSI_UFS_TI_J721E) += ti-j721e-ufs.o