defconfig: autogvm: Enable QUSB phy driver support
Enable QUSB phy driver support for auto LAGVM. Change-Id: If408f846fef4a079bcc8b9a118e3c7599cb84dc4 Signed-off-by: Swetha Chikkaboraiah <quic_schikk@quicinc.com> Signed-off-by: Yash Jain <quic_yashmj@quicinc.com>
This commit is contained in:
parent
bc7db47715
commit
c72d30bae4
2 changed files with 3 additions and 0 deletions
1
arch/arm64/configs/vendor/autogvm_GKI.config
vendored
1
arch/arm64/configs/vendor/autogvm_GKI.config
vendored
|
|
@ -35,6 +35,7 @@ CONFIG_MSM_BOOT_STATS=m
|
|||
CONFIG_MSM_HAB=m
|
||||
CONFIG_MSM_HSUSB_PHY=m
|
||||
CONFIG_MSM_QMP=m
|
||||
CONFIG_MSM_QUSB_PHY=m
|
||||
CONFIG_NET_FAILOVER=m
|
||||
CONFIG_NL80211_TESTMODE=y
|
||||
CONFIG_NOP_USB_XCEIV=m
|
||||
|
|
|
|||
|
|
@ -92,6 +92,8 @@ def define_autogvm():
|
|||
"drivers/usb/gadget/function/usb_f_qdss.ko",
|
||||
"drivers/usb/misc/ehset.ko",
|
||||
"drivers/usb/phy/phy-generic.ko",
|
||||
"drivers/usb/phy/phy-msm-qusb.ko",
|
||||
"drivers/usb/phy/phy-msm-qusb-v2.ko",
|
||||
"drivers/usb/phy/phy-msm-snps-hs.ko",
|
||||
"drivers/usb/phy/phy-msm-ssusb-qmp.ko",
|
||||
"drivers/usb/phy/phy-qcom-emu.ko",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue