aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorYaniv Gardi <ygardi@codeaurora.org>2015-01-15 09:32:35 -0500
committerChristoph Hellwig <hch@lst.de>2015-01-20 13:43:24 -0500
commitadaafaa393ef1900e23f7708e29d023f721c54b3 (patch)
treea665f01e63c6724b31209f2bc72dfcc64f24951d /drivers/phy/Kconfig
parentc7e09574d620246347a5fb87118e624d69c27f41 (diff)
phy: qcom-ufs: add support for QUALCOMM Technologies UFS PHY drivers
This change adds a generic and common API support for ufs phy QUALCOMM Technologies. This support provides common code and also points to specific phy callbacks to differentiate between different behaviors of frequent use-cases (like power on, power off, phy calibration etc). Signed-off-by: Yaniv Gardi <ygardi@codeaurora.org> Reviewed-by: Dov Levenglick <dovl@codeaurora.org> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r--drivers/phy/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index ccad8809ecb1..26a7623e551e 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -277,4 +277,11 @@ config PHY_STIH41X_USB
277 Enable this to support the USB transceiver that is part of 277 Enable this to support the USB transceiver that is part of
278 STMicroelectronics STiH41x SoC series. 278 STMicroelectronics STiH41x SoC series.
279 279
280config PHY_QCOM_UFS
281 tristate "Qualcomm UFS PHY driver"
282 depends on OF && ARCH_MSM
283 select GENERIC_PHY
284 help
285 Support for UFS PHY on QCOM chipsets.
286
280endmenu 287endmenu