X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/928d915afcfb066875e5c80d823666d64437d73c..15bb59764550087c442026f9aa3829c79881c249:/Config.in diff --git a/Config.in b/Config.in index a5b336461..7c9804453 100644 --- a/Config.in +++ b/Config.in @@ -117,6 +117,20 @@ config NO_STRIP bool "Install unstripped binary on the target (useful for native compiling/debugging)" default n +comment "Kernel build options" + +config KERNEL_KALLSYMS + bool "Compile the kernel with symbol table information" + default n + help + This will give you more information in stack traces from kernel oopses +config KERNEL_PROFILING + bool "Compile the kernel with profiling enabled" + default n + help + Enable the extended profiling support mechanisms used by profilers such + as OProfile. + endmenu menuconfig DEVEL