summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2026-07-17 08:55:51 +0300
committerGitHub <noreply@github.com>2026-07-17 08:55:51 +0300
commit802f45df53f21e41a5062a1e4d1bf376f90f7cc6 (patch)
tree648af68364e94edb7aa67370a8b8553a3a9d864e /scripts
parentd4b8934eadc43607cb1c6904c7a228bf5b2ee701 (diff)
parent446e1205432968b8a44e33084af40ac9016d3759 (diff)
downloadvyos-build-802f45df53f21e41a5062a1e4d1bf376f90f7cc6.tar.gz
vyos-build-802f45df53f21e41a5062a1e4d1bf376f90f7cc6.zip
Merge pull request #1243 from alexandr-san4ez/T8868-rolling
Kernel: T8868: Enable crash dump (kdump) and debug info in config
Diffstat (limited to 'scripts')
-rw-r--r--scripts/package-build/linux-kernel/config/90-debug.config7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/package-build/linux-kernel/config/90-debug.config b/scripts/package-build/linux-kernel/config/90-debug.config
index 28ffe431..9eb5d016 100644
--- a/scripts/package-build/linux-kernel/config/90-debug.config
+++ b/scripts/package-build/linux-kernel/config/90-debug.config
@@ -180,3 +180,10 @@ CONFIG_IO_STRICT_DEVMEM=y
# CONFIG_KCOV is not set
# CONFIG_RUNTIME_TESTING_MENU is not set
# CONFIG_MEMTEST is not set
+
+#
+# Kdump tool support
+#
+CONFIG_CRASH_DUMP=y
+CONFIG_DEBUG_INFO=y
+CONFIG_PROC_VMCORE=y