Loading arch/arm64/configs/vendor/kona-perf_defconfig +2 −0 Original line number Diff line number Diff line Loading @@ -346,6 +346,8 @@ CONFIG_USB_DWC3_MSM=y CONFIG_USB_ISP1760=y CONFIG_USB_ISP1760_HOST_ROLE=y CONFIG_NOP_USB_XCEIV=y CONFIG_USB_MSM_SSPHY_QMP=y CONFIG_MSM_HSUSB_PHY=y CONFIG_USB_QCOM_EMU_PHY=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_VBUS_DRAW=500 Loading arch/arm64/configs/vendor/kona_defconfig +2 −0 Original line number Diff line number Diff line Loading @@ -355,6 +355,8 @@ CONFIG_USB_DWC3_MSM=y CONFIG_USB_ISP1760=y CONFIG_USB_ISP1760_HOST_ROLE=y CONFIG_NOP_USB_XCEIV=y CONFIG_USB_MSM_SSPHY_QMP=y CONFIG_MSM_HSUSB_PHY=y CONFIG_USB_QCOM_EMU_PHY=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_VBUS_DRAW=500 Loading drivers/usb/phy/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -157,6 +157,16 @@ config MSM_QUSB_PHY Synopsys DWC3 USB IPs on MSM SOCs. This driver expects to configure the PHY with a dedicated register I/O memory region. config MSM_HSUSB_PHY tristate "MSM HSUSB PHY Driver" depends on ARCH_QCOM select USB_PHY help Enable this to support the HSUSB PHY on MSM chips. This driver supports the high-speed PHY which is usually paired with either the ChipIdea or Synopsys DWC3 USB IPs on MSM SOCs. This driver expects to configure the PHY with a dedicated register I/O memory region. config USB_QCOM_EMU_PHY tristate "Qualcomm Technologies, Inc. emulation USB PHY driver" depends on ARCH_QCOM || COMPILE_TEST Loading Loading
arch/arm64/configs/vendor/kona-perf_defconfig +2 −0 Original line number Diff line number Diff line Loading @@ -346,6 +346,8 @@ CONFIG_USB_DWC3_MSM=y CONFIG_USB_ISP1760=y CONFIG_USB_ISP1760_HOST_ROLE=y CONFIG_NOP_USB_XCEIV=y CONFIG_USB_MSM_SSPHY_QMP=y CONFIG_MSM_HSUSB_PHY=y CONFIG_USB_QCOM_EMU_PHY=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_VBUS_DRAW=500 Loading
arch/arm64/configs/vendor/kona_defconfig +2 −0 Original line number Diff line number Diff line Loading @@ -355,6 +355,8 @@ CONFIG_USB_DWC3_MSM=y CONFIG_USB_ISP1760=y CONFIG_USB_ISP1760_HOST_ROLE=y CONFIG_NOP_USB_XCEIV=y CONFIG_USB_MSM_SSPHY_QMP=y CONFIG_MSM_HSUSB_PHY=y CONFIG_USB_QCOM_EMU_PHY=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_VBUS_DRAW=500 Loading
drivers/usb/phy/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -157,6 +157,16 @@ config MSM_QUSB_PHY Synopsys DWC3 USB IPs on MSM SOCs. This driver expects to configure the PHY with a dedicated register I/O memory region. config MSM_HSUSB_PHY tristate "MSM HSUSB PHY Driver" depends on ARCH_QCOM select USB_PHY help Enable this to support the HSUSB PHY on MSM chips. This driver supports the high-speed PHY which is usually paired with either the ChipIdea or Synopsys DWC3 USB IPs on MSM SOCs. This driver expects to configure the PHY with a dedicated register I/O memory region. config USB_QCOM_EMU_PHY tristate "Qualcomm Technologies, Inc. emulation USB PHY driver" depends on ARCH_QCOM || COMPILE_TEST Loading