defconfig: Enable pcie-pdc driver for niobe

This change enables the pcie-pdc driver.

Change-Id: Ic70c50c008c1a5cca0faa1a75ec3526ab6167823
Signed-off-by: Raghavendra Kakarla <quic_rkakarla@quicinc.com>
This commit is contained in:
Raghavendra Kakarla 2024-07-01 14:26:47 +05:30
parent f3c1df8531
commit b3ad2ff8b9
2 changed files with 2 additions and 0 deletions

View File

@ -184,6 +184,7 @@ CONFIG_QCOM_MINIDUMP_SMEM=y
CONFIG_QCOM_PANEL_EVENT_NOTIFIER=m CONFIG_QCOM_PANEL_EVENT_NOTIFIER=m
CONFIG_QCOM_PANIC_ON_NOTIF_TIMEOUT=y CONFIG_QCOM_PANIC_ON_NOTIF_TIMEOUT=y
CONFIG_QCOM_PANIC_ON_PDR_NOTIF_TIMEOUT=y CONFIG_QCOM_PANIC_ON_PDR_NOTIF_TIMEOUT=y
CONFIG_QCOM_PCIE_PDC=m
CONFIG_QCOM_PDC=m CONFIG_QCOM_PDC=m
CONFIG_QCOM_PDR_HELPERS=m CONFIG_QCOM_PDR_HELPERS=m
CONFIG_QCOM_PIL_INFO=m CONFIG_QCOM_PIL_INFO=m

View File

@ -158,6 +158,7 @@ def define_niobe():
"drivers/soc/qcom/minidump.ko", "drivers/soc/qcom/minidump.ko",
"drivers/soc/qcom/msm_performance.ko", "drivers/soc/qcom/msm_performance.ko",
"drivers/soc/qcom/panel_event_notifier.ko", "drivers/soc/qcom/panel_event_notifier.ko",
"drivers/soc/qcom/pcie-pdc.ko",
"drivers/soc/qcom/pdr_interface.ko", "drivers/soc/qcom/pdr_interface.ko",
"drivers/soc/qcom/pmic-glink-debug.ko", "drivers/soc/qcom/pmic-glink-debug.ko",
"drivers/soc/qcom/pmic-pon-log.ko", "drivers/soc/qcom/pmic-pon-log.ko",