menu "Kernel hacking" source "lib/Kconfig.debug" config [31mCONFIG_BOOTPARAM[0m bool 'Compiled-in Kernel Boot Parameter' config [31mCONFIG_BOOTPARAM_STRING[0m string 'Kernel Boot Parameter' default 'console=ttyS0,19200' depends on [31mCONFIG_BOOTPARAM[0m config [31mCONFIG_EARLY_PRINTK[0m bool "Early printk" depends on !([31mCONFIG_SUN3[0m || [31mCONFIG_M68000[0m || [31mCONFIG_COLDFIRE[0m) help Write kernel log output directly to a serial port. Where implemented, output goes to the framebuffer as well. PROM console functionality on Sun 3x is not affected by this option. Pass "earlyprintk" on the kernel command line to get a boot console. This is useful for kernel debugging when your machine crashes very early, i.e. before the normal console driver is loaded. You should normally say N here, unless you want to debug such a crash. if ![31mCONFIG_MMU[0m config [31mCONFIG_FULLDEBUG[0m bool "Full Symbolic/Source Debugging support" help Enable debugging symbols on kernel build. config [31mCONFIG_HIGHPROFILE[0m bool "Use fast second timer for profiling" depends on [31mCONFIG_COLDFIRE[0m help Use a fast secondary clock to produce profiling information. config [31mCONFIG_NO_KERNEL_MSG[0m bool "Suppress Kernel BUG Messages" help Do not output any debug [31mCONFIG_BUG[0m messages within the kernel. config [31mCONFIG_BDM_DISABLE[0m bool "Disable BDM signals" depends on [31mCONFIG_COLDFIRE[0m help Disable the ColdFire CPU's BDM signals. endif endmenu |