defconfig: Enable ipc logging for niobe

Enable ipc logging for niobe. This enabled ipc
logging for all the module.

Change-Id: I6a5e187afb91bf7c18ec81db1ef621906723080d
Signed-off-by: Kishore Kumar Ravi <quic_kiskum@quicinc.com>
This commit is contained in:
Kishore Kumar Ravi 2023-11-28 15:55:05 +05:30
parent 653fe83552
commit 3a3982499d
3 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,8 @@ CONFIG_INTERCONNECT_QCOM_NIOBE=m
CONFIG_INTERCONNECT_QCOM_QOS=m
CONFIG_INTERCONNECT_QCOM_RPMH=m
CONFIG_INTERCONNECT_TEST=m
CONFIG_IPC_LOGGING=m
CONFIG_IPC_LOG_MINIDUMP_BUFFERS=16
CONFIG_LOCALVERSION="-gki"
# CONFIG_MODULE_SIG_ALL is not set
CONFIG_MSM_BOOT_STATS=m

View File

@ -41,3 +41,4 @@ gcc-niobe.ko
dispcc0-niobe.ko
dispcc1-niobe.ko
tmecom-intf.ko
qcom_ipc_logging.ko

View File

@ -66,6 +66,7 @@ def define_niobe():
"drivers/usb/dwc3/dwc3-msm.ko",
"drivers/usb/phy/phy-generic.ko",
"drivers/usb/phy/phy-qcom-emu.ko",
"kernel/trace/qcom_ipc_logging.ko",
"net/qrtr/qrtr.ko",
"net/qrtr/qrtr-smd.ko",
]