+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
+
+endmenu
+
+menuconfig DEVEL
+ bool "Advanced configuration options (for developers)"
+ default n
+ select TOOLCHAINOPTS if !NATIVE_TOOLCHAIN
+
+config BROKEN