diff options
author | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | 2020-09-18 18:23:12 +0530 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2020-09-18 15:21:49 +0000 |
commit | 6b0290b147eab876119e0bd0f2d8bd57dd476670 (patch) | |
tree | 855d0278ba3c93323ae6809aca10349c4f02cd3c /arch | |
parent | f3d95f5f5136b75d20aa8242f8ebd65f5d773676 (diff) | |
download | linux-stable-6b0290b147eab876119e0bd0f2d8bd57dd476670.tar.gz linux-stable-6b0290b147eab876119e0bd0f2d8bd57dd476670.tar.bz2 linux-stable-6b0290b147eab876119e0bd0f2d8bd57dd476670.zip |
arm64: defconfig: Enable Qcom SNPS Femto PHY
Enable Qualcomm USB high-speed SNPS Femto phy found in Qualcomm
chipsets.
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20200918125312.2920-1-manivannan.sadhasivam@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 47ae0ab7e9e8..a803853fc71e 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -953,6 +953,7 @@ CONFIG_PHY_MVEBU_CP110_COMPHY=y CONFIG_PHY_QCOM_QMP=m CONFIG_PHY_QCOM_QUSB2=m CONFIG_PHY_QCOM_USB_HS=y +CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=y CONFIG_PHY_RCAR_GEN3_PCIE=y CONFIG_PHY_RCAR_GEN3_USB2=y CONFIG_PHY_RCAR_GEN3_USB3=m |