menu "Kernel hacking" config [31mCONFIG_TRACE_IRQFLAGS_SUPPORT[0m def_bool y source "lib/Kconfig.debug" config [31mCONFIG_DEBUG_STACK_USAGE[0m bool "Enable stack utilization instrumentation" depends on [31mCONFIG_DEBUG_KERNEL[0m help Enables the display of the minimum amount of free stack which each task has ever had available in the sysrq-T and sysrq-P debug output. This option will slow down process creation somewhat. config [31mCONFIG_EARLY_PRINTK[0m bool "Activate early kernel debugging" default y select [31mCONFIG_SERIAL_CORE_CONSOLE[0m depends on [31mCONFIG_SERIAL_ALTERA_JTAGUART_CONSOLE[0m || [31mCONFIG_SERIAL_ALTERA_UART_CONSOLE[0m help Enable early printk on console This is useful for kernel debugging when your machine crashes very early before the console code is initialized. You should normally say N here, unless you want to debug such a crash. endmenu |