mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-13 11:49:44 +00:00
We want to be able to build a debug version of the kernel for various use-cases like debugging, tracing and others. Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
13 lines
307 B
Plaintext
13 lines
307 B
Plaintext
# Debug related settings
|
|
|
|
# Enable /proc/config.gz to allow the guest to query the kernel
|
|
# configuration used for the running kernel.
|
|
CONFIG_IKCONFIG=y
|
|
CONFIG_IKCONFIG_PROC=y
|
|
|
|
# Enable debugging features for the kernel
|
|
CONFIG_DEBUG_INFO=y
|
|
CONFIG_DEBUG_KERNEL=y
|
|
CONFIG_DEBUG_FS=y
|
|
CONFIG_DEBUG_INFO_DWARF4=y
|