Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85aa8f49 authored by Yaniv Gardi's avatar Yaniv Gardi
Browse files

Revert "phy: qcom-ufs: add ufs phy type selection"



This reverts commit 6ed4bd3a
("phy: qcom-ufs: add ufs phy type selection")

Since a single boot.img should support all phy-qcom-ufs configurations,
all phy-qcom-ufs files should be compiled all together.

Change-Id: I81b3891fb44d927046f39bbe72b5ed24dd9d99d2
Signed-off-by: default avatarYaniv Gardi <ygardi@codeaurora.org>
parent d970abd1
Loading
Loading
Loading
Loading
+0 −29
Original line number Diff line number Diff line
@@ -263,33 +263,4 @@ config PHY_QCOM_UFS
	help
	  Support for UFS PHY on QCOM chipsets.

choice
	prompt "Qualcomm UFS PHY type"
	depends on PHY_QCOM_UFS
	default PHY_QCOM_UFS_14NM
	---help---
	  This select the type of UFS PHY to be used.
	  It must match the actual hardware found on your platform.

	config PHY_QCOM_UFS_QRBTC_V2
	bool "UFS QCOM QRBTC V2 PHY"
	help
	  Select this if your platform has a QRBTC-V2 UFS PHY.

	config PHY_QCOM_UFS_V3
	bool "UFS QCOM v3 PHY"
	help
	  Select this if your platform has a v3 UFS PHY.

	config PHY_QCOM_UFS_14NM
	bool "UFS QCOM 14nm PHY"
	help
	  Select this if your platform has a 14nm UFS PHY.

	config PHY_QCOM_UFS_20NM
	bool "UFS QCOM 20nm PHY"
	help
	  Select this if your platform has a 20nm UFS PHY.
endchoice

endmenu
+4 −6
Original line number Diff line number Diff line
@@ -26,12 +26,10 @@ phy-exynos-usb2-$(CONFIG_PHY_S5PV210_USB2) += phy-s5pv210-usb2.o
obj-$(CONFIG_PHY_EXYNOS5_USBDRD)	+= phy-exynos5-usbdrd.o
obj-$(CONFIG_PHY_QCOM_APQ8064_SATA)	+= phy-qcom-apq8064-sata.o
obj-$(CONFIG_PHY_QCOM_IPQ806X_SATA)	+= phy-qcom-ipq806x-sata.o
phy_qcom_ufs_mod-y				+= phy-qcom-ufs.o
phy_qcom_ufs_mod-$(CONFIG_PHY_QCOM_UFS_20NM)	+= phy-qcom-ufs-qmp-20nm.o
phy_qcom_ufs_mod-$(CONFIG_PHY_QCOM_UFS_14NM)	+= phy-qcom-ufs-qmp-14nm.o
phy_qcom_ufs_mod-$(CONFIG_PHY_QCOM_UFS_V3)	+= phy-qcom-ufs-qmp-v3.o
phy_qcom_ufs_mod-$(CONFIG_PHY_QCOM_UFS_QRBTC_V2)	+= phy-qcom-ufs-qrbtc-v2.o
obj-$(CONFIG_PHY_QCOM_UFS)			+= phy_qcom_ufs_mod.o
obj-$(CONFIG_PHY_QCOM_UFS) 	+= phy-qcom-ufs.o
obj-$(CONFIG_PHY_QCOM_UFS) 	+= phy-qcom-ufs-qmp-20nm.o
obj-$(CONFIG_PHY_QCOM_UFS) 	+= phy-qcom-ufs-qmp-14nm.o
obj-$(CONFIG_PHY_QCOM_UFS) 	+= phy-qcom-ufs-qmp-v3.o
obj-$(CONFIG_PHY_ST_SPEAR1310_MIPHY)	+= phy-spear1310-miphy.o
obj-$(CONFIG_PHY_ST_SPEAR1340_MIPHY)	+= phy-spear1340-miphy.o
obj-$(CONFIG_PHY_XGENE)			+= phy-xgene.o