aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs
diff options
context:
space:
mode:
authorGravatar Joao Pinto <Joao.Pinto@synopsys.com> 2016-09-23 12:52:52 +0100
committerGravatar Martin K. Petersen <martin.petersen@oracle.com> 2016-09-29 21:57:08 -0400
commit5404fb7cec7473413bc1dd2d114dbe7c291dfb15 (patch)
tree7ec3e76da996ce9d36ca1446fde079b74ae68c9f /drivers/scsi/ufs
parentscsi: g_NCR5380: Stop using scsi_module.c (diff)
downloadlinux-5404fb7cec7473413bc1dd2d114dbe7c291dfb15.tar.gz
linux-5404fb7cec7473413bc1dd2d114dbe7c291dfb15.tar.bz2
linux-5404fb7cec7473413bc1dd2d114dbe7c291dfb15.zip
scsi: ufs: Kconfig fix
Currently if we have PCI and UFSHCD configured in the kernel, both SCSI_UFS_DWC_TC_PCI and SCSI_UFSHCD_PCI show up, which is not correct. This patch changes the UFS Kconfig to assure hierarchy between the 2 options. Signed-off-by: Joao Pinto <jpinto@synopsys.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/ufs')
-rw-r--r--drivers/scsi/ufs/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ufs/Kconfig b/drivers/scsi/ufs/Kconfig
index 47966909286d..e27b4d4e6ae2 100644
--- a/drivers/scsi/ufs/Kconfig
+++ b/drivers/scsi/ufs/Kconfig
@@ -63,7 +63,7 @@ config SCSI_UFSHCD_PCI
config SCSI_UFS_DWC_TC_PCI
tristate "DesignWare pci support using a G210 Test Chip"
- depends on SCSI_UFSHCD && PCI
+ depends on SCSI_UFSHCD_PCI
---help---
Synopsys Test Chip is a PHY for prototyping purposes.