diff options
author | Lee Jones <[email protected]> | 2019-09-03 20:26:25 +0100 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2019-09-04 17:15:29 +0200 |
commit | bf59c96f3358d654c3eeca77b7fb52254fdabe59 (patch) | |
tree | 8679940a3b5926ba01a2a039aea73c614c07d4a9 | |
parent | 9b266318b958364f9dd5a0cb7c37a8aa23d15f6f (diff) |
arm64: defconfig: Enable Qualcomm QUSB2 PHY
Tested on the Lenovo Yoga C630 where this patch enables USB.
Without it USB devices are not enumerated.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lee Jones <[email protected]>
Reviewed-by: Bjorn Andersson <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
-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 8cdf13636683..8e05c39eab08 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -788,6 +788,7 @@ CONFIG_PHY_HISTB_COMBPHY=y CONFIG_PHY_HISI_INNO_USB2=y CONFIG_PHY_MVEBU_CP110_COMPHY=y CONFIG_PHY_QCOM_QMP=m +CONFIG_PHY_QCOM_QUSB2=m CONFIG_PHY_QCOM_USB_HS=y CONFIG_PHY_RCAR_GEN3_PCIE=y CONFIG_PHY_RCAR_GEN3_USB2=y |