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
menuconfig CONFIG_BCM_VIDEOCORE
	tristate "Broadcom VideoCore support"
	depends on CONFIG_OF
	depends on CONFIG_RASPBERRYPI_FIRMWARE || (CONFIG_COMPILE_TEST && !CONFIG_RASPBERRYPI_FIRMWARE)
	default y
	help
		Support for Broadcom VideoCore services including
		the BCM2835 family of products which is used
		by the Raspberry PI.

if CONFIG_BCM_VIDEOCORE

config CONFIG_BCM2835_VCHIQ
	tristate "BCM2835 VCHIQ"
	help
		Kernel to VideoCore communication interface for the
		BCM2835 family of products.
		Defaults to Y when the Broadcom Videocore services
		are included in the build, N otherwise.

source "drivers/staging/vc04_services/bcm2835-audio/Kconfig"

source "drivers/staging/vc04_services/bcm2835-camera/Kconfig"

endif