aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@linaro.org>2019-07-03 10:22:59 -0700
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>2022-12-26 01:36:10 +0200
commita82ee5cea6597485a20aa7968f1bed90bfc11d3f (patch)
tree2f04c71c901458f804678e1535ab8a6a1e6fd8f4
parente313b7e1e1fb5423d2806f9d7e68b46a268a1763 (diff)
arm64: defconfig: Enable QCOM PHYs to build into the kernel
Change PHY_QCOM_USB_HS and PHY_QCOM_USB_SNPS_FEMTO_V2 to y to build respective drivers into the kernel. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
-rw-r--r--arch/arm64/configs/defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index f7d16bb0cbae..d7a399c8bd97 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1222,8 +1222,8 @@ CONFIG_PHY_MTK_TPHY=y
CONFIG_PHY_QCOM_PCIE2=m
CONFIG_PHY_QCOM_QMP=y
CONFIG_PHY_QCOM_QUSB2=m
-CONFIG_PHY_QCOM_USB_HS=m
-CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=m
+CONFIG_PHY_QCOM_USB_HS=y
+CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=y
CONFIG_PHY_QCOM_USB_HS_28NM=m
CONFIG_PHY_QCOM_USB_SS=m
CONFIG_PHY_RCAR_GEN3_PCIE=y