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
choice
	prompt "Board support"
	depends on CONFIG_BCM63XX
	default CONFIG_BOARD_BCM963XX

config CONFIG_BOARD_BCM963XX
	bool "Generic Broadcom 963xx boards"
	select CONFIG_SSB

endchoice