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_A
	bool "A"

choice
	prompt "Choice ?"
	depends on CONFIG_A

config CONFIG_CHOICE_B
	bool "Choice B"

config CONFIG_CHOICE_C
	bool "Choice C"

endchoice