Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

menu "Kernel hacking"

source "lib/Kconfig.debug"

config CONFIG_BOOTPARAM
	bool 'Compiled-in Kernel Boot Parameter'

config CONFIG_BOOTPARAM_STRING
	string 'Kernel Boot Parameter'
	default 'console=ttyS0,19200'
	depends on CONFIG_BOOTPARAM

config CONFIG_EARLY_PRINTK
	bool "Early printk"
	depends on !(CONFIG_SUN3 || CONFIG_M68000 || CONFIG_COLDFIRE)
	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 !CONFIG_MMU

config CONFIG_FULLDEBUG
	bool "Full Symbolic/Source Debugging support"
	help
	  Enable debugging symbols on kernel build.

config CONFIG_HIGHPROFILE
	bool "Use fast second timer for profiling"
	depends on CONFIG_COLDFIRE
	help
	  Use a fast secondary clock to produce profiling information.

config CONFIG_NO_KERNEL_MSG
	bool "Suppress Kernel BUG Messages"
	help
	  Do not output any debug CONFIG_BUG messages within the kernel.

config CONFIG_BDM_DISABLE
	bool "Disable BDM signals"
	depends on CONFIG_COLDFIRE
	help
	  Disable the ColdFire CPU's BDM signals.

endif

endmenu