arm64: defconfig: Enable USB FFS IPC logging module

Enable the USB FFS IPC logging module, in order to help debug any FFS
related issues reported.

Change-Id: I63fa6ab6c559113587a168345fa3b5f5d597acb5
Signed-off-by: Wesley Cheng <quic_wcheng@quicinc.com>
This commit is contained in:
Wesley Cheng 2023-02-02 15:40:47 -08:00
parent e1c019664c
commit d45d4a87b0
2 changed files with 2 additions and 0 deletions

View File

@ -286,6 +286,7 @@ CONFIG_USB_CONFIGFS_F_QDSS=m
CONFIG_USB_DWC3_MSM=m
CONFIG_USB_F_CCID=m
CONFIG_USB_F_CDEV=m
CONFIG_USB_F_FS_IPC_LOGGING=m
CONFIG_USB_F_GSI=m
CONFIG_USB_F_QDSS=m
CONFIG_USB_MSM_EUSB2_PHY=m

View File

@ -210,6 +210,7 @@ def define_pineapple():
"drivers/ufs/host/ufshcd-crypto-qti.ko",
"drivers/uio/msm_sharedmem/msm_sharedmem.ko",
"drivers/usb/dwc3/dwc3-msm.ko",
"drivers/usb/gadget/function/f_fs_ipc_log.ko",
"drivers/usb/gadget/function/usb_f_ccid.ko",
"drivers/usb/gadget/function/usb_f_cdev.ko",
"drivers/usb/gadget/function/usb_f_gsi.ko",