brintos

brintos / linux-shallow public Read only

0
0
Text · 600 B · faa7fc6 Raw
25 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3config DRM_ETNAVIV4	tristate "ETNAVIV (DRM support for Vivante GPU IP cores)"5	depends on DRM6	depends on MMU7	select SHMEM8	select SYNC_FILE9	select THERMAL if DRM_ETNAVIV_THERMAL10	select TMPFS11	select WANT_DEV_COREDUMP12	select CMA if HAVE_DMA_CONTIGUOUS13	select DMA_CMA if HAVE_DMA_CONTIGUOUS14	select DRM_SCHED15	help16	  DRM driver for Vivante GPUs.17 18config DRM_ETNAVIV_THERMAL19	bool "enable ETNAVIV thermal throttling"20	depends on DRM_ETNAVIV21	default y22	help23	  Compile in support for thermal throttling.24	  Say Y unless you want to risk burning your SoC.25