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-only

config CONFIG_DRM_ETNAVIV
	tristate "ETNAVIV (DRM support for Vivante GPU IP cores)"
	depends on CONFIG_DRM
	depends on CONFIG_MMU
	select CONFIG_SHMEM
	select CONFIG_SYNC_FILE
	select CONFIG_THERMAL if CONFIG_DRM_ETNAVIV_THERMAL
	select CONFIG_TMPFS
	select CONFIG_WANT_DEV_COREDUMP
	select CONFIG_CMA if CONFIG_HAVE_DMA_CONTIGUOUS
	select CONFIG_DMA_CMA if CONFIG_HAVE_DMA_CONTIGUOUS
	select CONFIG_DRM_SCHED
	help
	  CONFIG_DRM driver for Vivante GPUs.

config CONFIG_DRM_ETNAVIV_THERMAL
	bool "enable ETNAVIV thermal throttling"
	depends on CONFIG_DRM_ETNAVIV
	default y
	help
	  Compile in support for thermal throttling.
	  Say Y unless you want to risk burning your SoC.