defconfig: Enable panel event notifier for niobe

Enable panel event notifier for niobe.

Change-Id: I9d8b7f514488b2737343aa8cf020d789ac3fa245
Signed-off-by: Jishnu Prakash <quic_jprakash@quicinc.com>
This commit is contained in:
Jishnu Prakash 2024-04-16 15:40:29 +05:30
parent fbc3b007e0
commit 37a0fd3b17
2 changed files with 2 additions and 0 deletions

View File

@ -174,6 +174,7 @@ CONFIG_QCOM_MINIDUMP=m
# CONFIG_QCOM_MINIDUMP_RM is not set
CONFIG_QCOM_MINIDUMP_SMEM=y
# CONFIG_QCOM_MINIDUMP_VIRTIO is not set
CONFIG_QCOM_PANEL_EVENT_NOTIFIER=m
CONFIG_QCOM_PANIC_ON_NOTIF_TIMEOUT=y
CONFIG_QCOM_PANIC_ON_PDR_NOTIF_TIMEOUT=y
CONFIG_QCOM_PDC=m

View File

@ -152,6 +152,7 @@ def define_niobe():
"drivers/soc/qcom/memshare/heap_mem_ext_v01.ko",
"drivers/soc/qcom/memshare/msm_memshare.ko",
"drivers/soc/qcom/minidump.ko",
"drivers/soc/qcom/panel_event_notifier.ko",
"drivers/soc/qcom/pdr_interface.ko",
"drivers/soc/qcom/pmic-glink-debug.ko",
"drivers/soc/qcom/pmic-pon-log.ko",