Skip to content

Commit b2affb7

Browse files
kdump: T8868: Enable crash dump and debug info in kernel configs
Enabling the following options allows us to use `kdump-tools`: - `CONFIG_CRASH_DUMP` - `CONFIG_DEBUG_INFO` - `CONFIG_PROC_VMCORE`
1 parent 5e2e9a3 commit b2affb7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

scripts/package-build/linux-kernel/config/90-debug.config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,10 @@ CONFIG_IO_STRICT_DEVMEM=y
180180
# CONFIG_KCOV is not set
181181
# CONFIG_RUNTIME_TESTING_MENU is not set
182182
# CONFIG_MEMTEST is not set
183+
184+
#
185+
# Kdump tool support
186+
#
187+
CONFIG_CRASH_DUMP=y
188+
CONFIG_DEBUG_INFO=y
189+
CONFIG_PROC_VMCORE=y

0 commit comments

Comments
 (0)