defconfig: Enable QDSS Functions driver for Niobe

USB QDSS function driver is needed for axcercizing the usecases of
QDSS choosing USB and sink and dump the tracing directly to host PC.

The following defconfig enbled the function driver responsible for
acting as the transport layer. Also add it to the bzl file.

Change-Id: I353ded8bd50486c83147b87d5f0883a037181b21
Signed-off-by: Udipto Goswami <quic_ugoswami@quicinc.com>
This commit is contained in:
Udipto Goswami 2024-01-11 15:52:54 +05:30
parent da2ba4489a
commit cd9a696159
2 changed files with 3 additions and 0 deletions

View File

@ -116,5 +116,7 @@ CONFIG_SXR_DISPCC_NIOBE=m
CONFIG_SXR_GCC_NIOBE=m
CONFIG_SXR_GPUCC_NIOBE=m
CONFIG_SXR_VIDEOCC_NIOBE=m
CONFIG_USB_CONFIGFS_F_QDSS=m
CONFIG_USB_DWC3_MSM=m
CONFIG_USB_F_QDSS=m
CONFIG_USB_QCOM_EMU_PHY=m

View File

@ -83,6 +83,7 @@ def define_niobe():
"drivers/soc/qcom/tmecom/tmecom-intf.ko",
"drivers/ufs/host/ufs_qcom.ko",
"drivers/usb/dwc3/dwc3-msm.ko",
"drivers/usb/gadget/function/usb_f_qdss.ko",
"drivers/usb/phy/phy-generic.ko",
"drivers/usb/phy/phy-qcom-emu.ko",
"kernel/trace/qcom_ipc_logging.ko",