Loading drivers/phy/qualcomm/Kconfig +17 −0 Original line number Original line Diff line number Diff line Loading @@ -50,6 +50,23 @@ config PHY_QCOM_UFS help help Support for UFS PHY on QCOM chipsets. Support for UFS PHY on QCOM chipsets. if PHY_QCOM_UFS config PHY_QCOM_UFS_14NM tristate default PHY_QCOM_UFS help Support for 14nm UFS QMP phy present on QCOM chipsets. config PHY_QCOM_UFS_20NM tristate default PHY_QCOM_UFS depends on BROKEN help Support for 20nm UFS QMP phy present on QCOM chipsets. endif config PHY_QCOM_USB_HS config PHY_QCOM_USB_HS tristate "Qualcomm USB HS PHY module" tristate "Qualcomm USB HS PHY module" depends on USB_ULPI_BUS depends on USB_ULPI_BUS Loading drivers/phy/qualcomm/Makefile +2 −2 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,7 @@ obj-$(CONFIG_PHY_QCOM_IPQ806X_SATA) += phy-qcom-ipq806x-sata.o obj-$(CONFIG_PHY_QCOM_QMP) += phy-qcom-qmp.o obj-$(CONFIG_PHY_QCOM_QMP) += phy-qcom-qmp.o obj-$(CONFIG_PHY_QCOM_QUSB2) += phy-qcom-qusb2.o obj-$(CONFIG_PHY_QCOM_QUSB2) += phy-qcom-qusb2.o obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs.o obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs.o obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs-qmp-14nm.o obj-$(CONFIG_PHY_QCOM_UFS_14NM) += phy-qcom-ufs-qmp-14nm.o obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs-qmp-20nm.o obj-$(CONFIG_PHY_QCOM_UFS_20NM) += phy-qcom-ufs-qmp-20nm.o obj-$(CONFIG_PHY_QCOM_USB_HS) += phy-qcom-usb-hs.o obj-$(CONFIG_PHY_QCOM_USB_HS) += phy-qcom-usb-hs.o obj-$(CONFIG_PHY_QCOM_USB_HSIC) += phy-qcom-usb-hsic.o obj-$(CONFIG_PHY_QCOM_USB_HSIC) += phy-qcom-usb-hsic.o Loading
drivers/phy/qualcomm/Kconfig +17 −0 Original line number Original line Diff line number Diff line Loading @@ -50,6 +50,23 @@ config PHY_QCOM_UFS help help Support for UFS PHY on QCOM chipsets. Support for UFS PHY on QCOM chipsets. if PHY_QCOM_UFS config PHY_QCOM_UFS_14NM tristate default PHY_QCOM_UFS help Support for 14nm UFS QMP phy present on QCOM chipsets. config PHY_QCOM_UFS_20NM tristate default PHY_QCOM_UFS depends on BROKEN help Support for 20nm UFS QMP phy present on QCOM chipsets. endif config PHY_QCOM_USB_HS config PHY_QCOM_USB_HS tristate "Qualcomm USB HS PHY module" tristate "Qualcomm USB HS PHY module" depends on USB_ULPI_BUS depends on USB_ULPI_BUS Loading
drivers/phy/qualcomm/Makefile +2 −2 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,7 @@ obj-$(CONFIG_PHY_QCOM_IPQ806X_SATA) += phy-qcom-ipq806x-sata.o obj-$(CONFIG_PHY_QCOM_QMP) += phy-qcom-qmp.o obj-$(CONFIG_PHY_QCOM_QMP) += phy-qcom-qmp.o obj-$(CONFIG_PHY_QCOM_QUSB2) += phy-qcom-qusb2.o obj-$(CONFIG_PHY_QCOM_QUSB2) += phy-qcom-qusb2.o obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs.o obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs.o obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs-qmp-14nm.o obj-$(CONFIG_PHY_QCOM_UFS_14NM) += phy-qcom-ufs-qmp-14nm.o obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs-qmp-20nm.o obj-$(CONFIG_PHY_QCOM_UFS_20NM) += phy-qcom-ufs-qmp-20nm.o obj-$(CONFIG_PHY_QCOM_USB_HS) += phy-qcom-usb-hs.o obj-$(CONFIG_PHY_QCOM_USB_HS) += phy-qcom-usb-hs.o obj-$(CONFIG_PHY_QCOM_USB_HSIC) += phy-qcom-usb-hsic.o obj-$(CONFIG_PHY_QCOM_USB_HSIC) += phy-qcom-usb-hsic.o