diff options
author | Vinayak Holikatti <vinholikatti@gmail.com> | 2013-02-26 18:04:45 +0530 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-05-02 16:16:50 -0700 |
commit | 03b1781aa978aab345b5a85d8596f8615281ba89 (patch) | |
tree | 7021005fe1fac2d616575f73863c59a9ca5d7888 /drivers/scsi/ufs/Kconfig | |
parent | 39c60a0948cc06139e2fbfe084f83cb7e7deae3b (diff) | |
download | talos-op-linux-03b1781aa978aab345b5a85d8596f8615281ba89.tar.gz talos-op-linux-03b1781aa978aab345b5a85d8596f8615281ba89.zip |
[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/Kconfig | 11 |
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 If you have a controller with this interface, say Y or M here. If unsure, say N. + +config SCSI_UFSHCD_PLATFORM + tristate "Platform bus based UFS Controller support" + depends on SCSI_UFSHCD + ---help--- + This selects the UFS host controller support. Select this if + you have an UFS controller on Platform bus. + + If you have a controller with this interface, say Y or M here. + + If unsure, say N. |