aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs/Kconfig
diff options
context:
space:
mode:
authorVinayak Holikatti <vinholikatti@gmail.com>2013-02-26 07:34:45 -0500
committerJames Bottomley <JBottomley@Parallels.com>2013-05-02 19:16:50 -0400
commit03b1781aa978aab345b5a85d8596f8615281ba89 (patch)
tree7021005fe1fac2d616575f73863c59a9ca5d7888 /drivers/scsi/ufs/Kconfig
parent39c60a0948cc06139e2fbfe084f83cb7e7deae3b (diff)
[SCSI] ufs: Add Platform glue driver for ufshcd
This patch adds Platform glue driver for ufshcd. Reviewed-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Namjae Jeon <linkinjeon@gmail.com> Reviewed-by: Subhash Jadavani <subhashj@codeaurora.org> Reviewed-by: Sujit Reddy Thumma <sthumma@codeaurora.org> Tested-by: Maya Erez <merez@codeaurora.org> Signed-off-by: Vinayak Holikatti <vinholikatti@gmail.com> Signed-off-by: Santosh Yaraganavi <santoshsy@gmail.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/ufs/Kconfig')
-rw-r--r--drivers/scsi/ufs/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/scsi/ufs/Kconfig b/drivers/scsi/ufs/Kconfig
index 0371047c5922..35faf24c6044 100644
--- a/drivers/scsi/ufs/Kconfig
+++ b/drivers/scsi/ufs/Kconfig
@@ -57,3 +57,14 @@ config SCSI_UFSHCD_PCI
57 If you have a controller with this interface, say Y or M here. 57 If you have a controller with this interface, say Y or M here.
58 58
59 If unsure, say N. 59 If unsure, say N.
60
61config SCSI_UFSHCD_PLATFORM
62 tristate "Platform bus based UFS Controller support"
63 depends on SCSI_UFSHCD
64 ---help---
65 This selects the UFS host controller support. Select this if
66 you have an UFS controller on Platform bus.
67
68 If you have a controller with this interface, say Y or M here.
69
70 If unsure, say N.