defconfig: Enable QPNP_USB_PDPHY/USB_PD_POLICY for Blair

This change enables QPNP_USB_PDPHY/USB_PD_POLICY
required for enabling USBPD on 6.1.
Additionally, required to mention the ko path as well.

Change-Id: I767101a1ee1b91011e3798cbf9ca2c701d26de0a
Signed-off-by: Udipto Goswami <quic_ugoswami@quicinc.com>
This commit is contained in:
Udipto Goswami 2023-04-24 10:40:35 +05:30 committed by Gerrit - the friendly Code Review server
parent 6d07b96524
commit 0b597e6e6f
2 changed files with 5 additions and 0 deletions

View File

@ -124,6 +124,7 @@ CONFIG_QCOM_SPMI_ADC5=m
CONFIG_QCOM_SPMI_TEMP_ALARM=m
# CONFIG_QCOM_TSENS is not set
CONFIG_QCOM_WDT_CORE=m
CONFIG_QPNP_USB_PDPHY=m
CONFIG_QRTR=m
CONFIG_QRTR_SMD=m
CONFIG_QTI_BCL_PMIC5=m
@ -174,6 +175,8 @@ CONFIG_USB_EHSET_TEST_FIXTURE=m
CONFIG_USB_F_FS_IPC_LOGGING=m
CONFIG_USB_F_QDSS=m
CONFIG_USB_MSM_SSPHY_QMP=m
CONFIG_USB_PD=y
CONFIG_USB_PD_POLICY=m
CONFIG_USB_QCOM_EMU_PHY=m
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set

View File

@ -142,6 +142,8 @@ def define_blair():
"drivers/usb/gadget/function/usb_f_gsi.ko",
"drivers/usb/gadget/function/usb_f_qdss.ko",
"drivers/usb/misc/ehset.ko",
"drivers/usb/pd/qpnp-pdphy.ko",
"drivers/usb/pd/usbpd.ko",
"drivers/usb/phy/phy-generic.ko",
"drivers/usb/phy/phy-msm-snps-hs.ko",
"drivers/usb/phy/phy-msm-ssusb-qmp.ko",