diff --git a/tools/packaging/kernel/configs/fragments/common/debug.conf b/tools/packaging/kernel/configs/fragments/common/debug.conf new file mode 100644 index 0000000000..c8c5e5b127 --- /dev/null +++ b/tools/packaging/kernel/configs/fragments/common/debug.conf @@ -0,0 +1,6 @@ +# 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