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

config CONFIG_DRM_VC4
	tristate "Broadcom VC4 Graphics"
	depends on CONFIG_ARCH_BCM2835 || CONFIG_COMPILE_TEST
	depends on CONFIG_DRM
	select CONFIG_DRM_KMS_HELPER
	select CONFIG_DRM_KMS_CMA_HELPER
	select CONFIG_DRM_GEM_CMA_HELPER
	select CONFIG_DRM_PANEL
	help
	  Choose this option if you have a system that has a Broadcom
	  VC4 GPU, such as the Raspberry Pi or other BCM2708/BCM2835.

	  This driver requires that "avoid_warnings=2" be present in
	  the config.txt for the firmware, to keep it from smashing
	  our display setup.