diff options
| author | Oleksandr Kuchmystyi <o.kuchmystyi@vyos.io> | 2026-07-06 10:59:21 +0300 |
|---|---|---|
| committer | Oleksandr Kuchmystyi <o.kuchmystyi@vyos.io> | 2026-07-10 10:35:30 +0300 |
| commit | 446e1205432968b8a44e33084af40ac9016d3759 (patch) | |
| tree | 140a3ef3e55a037fffd9051f4163826fce08d376 /scripts/package-build/linux-kernel | |
| parent | 5e2e9a3375a0ec3845822702fb255ac03e2b661f (diff) | |
| download | vyos-build-446e1205432968b8a44e33084af40ac9016d3759.tar.gz vyos-build-446e1205432968b8a44e33084af40ac9016d3759.zip | |
Kernel: T8868: Enable crash dump (kdump) and debug info in config
Enabling the following options allows us to use `kdump-tools`:
- `CONFIG_CRASH_DUMP`
- `CONFIG_DEBUG_INFO`
- `CONFIG_PROC_VMCORE`
Diffstat (limited to 'scripts/package-build/linux-kernel')
| -rw-r--r-- | scripts/package-build/linux-kernel/config/90-debug.config | 7 |
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 |
