diff options
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r-- | drivers/phy/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index b24500afba25..2962de205ba7 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig | |||
@@ -284,4 +284,11 @@ config PHY_STIH41X_USB | |||
284 | Enable this to support the USB transceiver that is part of | 284 | Enable this to support the USB transceiver that is part of |
285 | STMicroelectronics STiH41x SoC series. | 285 | STMicroelectronics STiH41x SoC series. |
286 | 286 | ||
287 | config PHY_QCOM_UFS | ||
288 | tristate "Qualcomm UFS PHY driver" | ||
289 | depends on OF && ARCH_MSM | ||
290 | select GENERIC_PHY | ||
291 | help | ||
292 | Support for UFS PHY on QCOM chipsets. | ||
293 | |||
287 | endmenu | 294 | endmenu |