arm64: defconfig: Enable VA minidump for pineapple
Enable CONFIG_QCOM_VA_MINIDUMP to enable VA minidump feature for pineapple, also add qcom_va_minidump module to pineapple.bzl to match build output. Change-Id: I7bc322a117bca055489a5fe46a0810911c114dbc Signed-off-by: Huang Yiwei <quic_hyiwei@quicinc.com>
This commit is contained in:
parent
74424cef49
commit
7995b8b863
@ -189,7 +189,7 @@ CONFIG_QCOM_SYSMON=m
|
||||
CONFIG_QCOM_SYSMON_SUBSYSTEM_STATS=m
|
||||
CONFIG_QCOM_TSENS=m
|
||||
CONFIG_QCOM_VADC_COMMON=m
|
||||
# CONFIG_QCOM_VA_MINIDUMP is not set
|
||||
CONFIG_QCOM_VA_MINIDUMP=m
|
||||
CONFIG_QCOM_VM_DMESG_DUMPER=m
|
||||
CONFIG_QCOM_WATCHDOG_BARK_TIME=11000
|
||||
CONFIG_QCOM_WATCHDOG_IPI_PING=y
|
||||
|
@ -172,6 +172,7 @@ def define_pineapple():
|
||||
"drivers/soc/qcom/qcom_ramdump.ko",
|
||||
"drivers/soc/qcom/qcom_rpmh.ko",
|
||||
"drivers/soc/qcom/qcom_stats.ko",
|
||||
"drivers/soc/qcom/qcom_va_minidump.ko",
|
||||
"drivers/soc/qcom/qcom_wdt_core.ko",
|
||||
"drivers/soc/qcom/qmi_helpers.ko",
|
||||
"drivers/soc/qcom/qsee_ipc_irq_bridge.ko",
|
||||
|
Loading…
Reference in New Issue
Block a user