defconfig: Enable watchdog and related configs for niobe

Enable watchdog and related configs for Niobe SoC.

Change-Id: I029e272da9f720ac0e489ae1e996530f06796cd6
Signed-off-by: Amrit Anand <quic_amrianan@quicinc.com>
This commit is contained in:
Amrit Anand 2024-01-23 12:16:29 +05:30
parent c8c3f34a2d
commit ac3c59cf18
3 changed files with 22 additions and 0 deletions

View File

@ -13,6 +13,14 @@ CONFIG_CFG80211=m
CONFIG_COMMON_CLK_QCOM=m
CONFIG_EDAC_QCOM=m
CONFIG_EDAC_QCOM_LLCC_PANIC_ON_UE=y
# CONFIG_GH_CTRL is not set
# CONFIG_GH_DBL is not set
# CONFIG_GH_MSGQ is not set
# CONFIG_GH_PROXY_SCHED is not set
# CONFIG_GH_RM_DRV is not set
# CONFIG_GH_SECURE_VM_LOADER is not set
CONFIG_GH_VIRT_WATCHDOG=m
CONFIG_GUNYAH_DRIVERS=y
CONFIG_HWSPINLOCK_QCOM=m
CONFIG_INTERCONNECT_QCOM_BCM_VOTER=m
CONFIG_INTERCONNECT_QCOM_DEBUG=m
@ -71,6 +79,7 @@ CONFIG_QCOM_DMABUF_HEAPS_SYSTEM_SECURE=y
# CONFIG_QCOM_DMABUF_HEAPS_SYSTEM_UNCACHED is not set
# CONFIG_QCOM_DMABUF_HEAPS_TUI_CARVEOUT is not set
# CONFIG_QCOM_DMABUF_HEAPS_UBWCP is not set
CONFIG_QCOM_FORCE_WDOG_BITE_ON_PANIC=y
CONFIG_QCOM_GDSC_REGULATOR=m
# CONFIG_QCOM_GLINK is not set
CONFIG_QCOM_GLINK_PKT=m
@ -78,6 +87,7 @@ CONFIG_QCOM_IOMMU_DEBUG=m
CONFIG_QCOM_IOMMU_UTIL=m
# CONFIG_QCOM_IPA is not set
CONFIG_QCOM_IPCC=m
CONFIG_QCOM_IRQ_STAT=y
CONFIG_QCOM_LAZY_MAPPING=m
CONFIG_QCOM_LLCC=m
CONFIG_QCOM_LLCC_PMU=m
@ -101,10 +111,18 @@ CONFIG_QCOM_SECURE_BUFFER=m
CONFIG_QCOM_SMEM=m
CONFIG_QCOM_SMP2P=m
CONFIG_QCOM_SOCINFO=m
# CONFIG_QCOM_SOC_WATCHDOG is not set
# CONFIG_QCOM_SPSS is not set
CONFIG_QCOM_SYSMON=m
CONFIG_QCOM_SYSMON_SUBSYSTEM_STATS=m
# CONFIG_QCOM_TSENS is not set
CONFIG_QCOM_WATCHDOG_BARK_TIME=11000
CONFIG_QCOM_WATCHDOG_IPI_PING=y
CONFIG_QCOM_WATCHDOG_PET_TIME=9360
# CONFIG_QCOM_WATCHDOG_USERSPACE_PET is not set
CONFIG_QCOM_WATCHDOG_WAKEUP_ENABLE=y
# CONFIG_QCOM_WDOG_BITE_EARLY_PANIC is not set
CONFIG_QCOM_WDT_CORE=m
CONFIG_QRTR=m
CONFIG_QRTR_NODE_ID=1
CONFIG_QRTR_SMD=m

View File

@ -55,3 +55,5 @@ qcom_glink_smem.ko
qcom_glink.ko
qcom_glink_spss.ko
qcom-cpufreq-hw.ko
qcom_wdt_core.ko
gh_virt_wdt.ko

View File

@ -87,6 +87,7 @@ def define_niobe():
"drivers/soc/qcom/qcom_cpucp.ko",
"drivers/soc/qcom/qcom_ramdump.ko",
"drivers/soc/qcom/qcom_rpmh.ko",
"drivers/soc/qcom/qcom_wdt_core.ko",
"drivers/soc/qcom/qmi_helpers.ko",
"drivers/soc/qcom/secure_buffer.ko",
"drivers/soc/qcom/smem.ko",
@ -99,6 +100,7 @@ def define_niobe():
"drivers/usb/gadget/function/usb_f_qdss.ko",
"drivers/usb/phy/phy-generic.ko",
"drivers/usb/phy/phy-qcom-emu.ko",
"drivers/virt/gunyah/gh_virt_wdt.ko",
"kernel/trace/qcom_ipc_logging.ko",
"net/mac80211/mac80211.ko",
"net/qrtr/qrtr.ko",