1 # SPDX-License-Identifier: GPL-2.0-only
4 tristate "ETNAVIV (DRM support for Vivante GPU IP cores)"
9 select THERMAL if DRM_ETNAVIV_THERMAL
11 select WANT_DEV_COREDUMP
12 select CMA if HAVE_DMA_CONTIGUOUS
13 select DMA_CMA if HAVE_DMA_CONTIGUOUS
16 DRM driver for Vivante GPUs.
18 config DRM_ETNAVIV_THERMAL
19 bool "enable ETNAVIV thermal throttling"
20 depends on DRM_ETNAVIV
23 Compile in support for thermal throttling.
24 Say Y unless you want to risk burning your SoC.