summaryrefslogtreecommitdiff
path: root/drivers/ufs/host/Makefile
diff options
context:
space:
mode:
authorZhe Wang <zhe.wang1@unisoc.com>2022-12-09 20:41:21 +0800
committerMartin K. Petersen <martin.petersen@oracle.com>2023-01-11 21:17:18 -0500
commitdf7320bac37e837f43883a51ce879c07c4429180 (patch)
tree05e4e75ef35d02ca959e1843bf1f7935749f144c /drivers/ufs/host/Makefile
parentaa67971b2736e1eb0e09bb71212f4ccd536b0a63 (diff)
scsi: ufs: ufs-unisoc: Add support for Unisoc UFS host controller
Add driver code for Unisoc UFS host controller, along with UFS initialization. Signed-off-by: Zhe Wang <zhe.wang1@unisoc.com> Reviewed-by: Bart Van Assche <bvanassche@acm.org> 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 7717ca93e7d5..d7c5bf7fa512 100644
--- a/drivers/ufs/host/Makefile
+++ b/drivers/ufs/host/Makefile
@@ -12,4 +12,5 @@ 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_SPRD) += ufs-sprd.o
obj-$(CONFIG_SCSI_UFS_TI_J721E) += ti-j721e-ufs.o