X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0859bbd9dd5ea0254d510c84d38857223e47f70a..e3198ce2ac7ff4602d1f2642e2a121f51dfff0fe:/Config.in diff --git a/Config.in b/Config.in index cac1cce19..daecd171e 100644 --- a/Config.in +++ b/Config.in @@ -155,6 +155,15 @@ menu "Global build settings" help This removes all ipkg/opkg status data files from the target directory before building the root fs + config COLLECT_KERNEL_DEBUG + bool + prompt "Collect kernel debug information" + select KERNEL_DEBUG_INFO + default n + help + This collects debugging symbols from the kernel and all compiled modules. + Useful for release builds, so that kernel issues can be debugged offline later. + comment "Kernel build options" config KERNEL_DEBUG_FS @@ -179,6 +188,17 @@ menu "Global build settings" help This will give you more information in stack traces from kernel oopses + config KERNEL_DEBUG_KERNEL + bool + default n + + config KERNEL_DEBUG_INFO + bool "Compile the kernel with debug information" + default n + select KERNEL_DEBUG_KERNEL + help + This will compile your kernel and modules with debug information. + comment "Package build options" config DEBUG