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_MODULES
	def_bool y
	option modules

config CONFIG_DEP
	tristate
	default m

choice
	prompt "Tristate Choice"

config CONFIG_CHOICE0
	tristate "Choice 0"

config CONFIG_CHOICE1
	tristate "Choice 1"
	depends on CONFIG_DEP

endchoice