scsi: ufs: Kconfig fix
authorJoao Pinto <Joao.Pinto@synopsys.com>
Fri, 23 Sep 2016 11:52:52 +0000 (12:52 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 30 Sep 2016 01:57:08 +0000 (21:57 -0400)
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>
drivers/scsi/ufs/Kconfig

index 4796690..e27b4d4 100644 (file)
@@ -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.