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

# SPDX-License-Identifier: GPL-2.0

config CONFIG_TRACE_IRQFLAGS_SUPPORT
	bool
	default y

config CONFIG_DEBUG_DCFLUSH
	bool "D-cache flush debugging"
	depends on CONFIG_SPARC64 && CONFIG_DEBUG_KERNEL

config CONFIG_MCOUNT
	bool
	depends on CONFIG_SPARC64
	depends on CONFIG_FUNCTION_TRACER
	default y

config CONFIG_FRAME_POINTER
	bool
	depends on CONFIG_MCOUNT
	default y