Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 
0003 config DRM_ETNAVIV
0004         tristate "ETNAVIV (DRM support for Vivante GPU IP cores)"
0005         depends on DRM
0006         depends on MMU
0007         select SHMEM
0008         select SYNC_FILE
0009         select THERMAL if DRM_ETNAVIV_THERMAL
0010         select TMPFS
0011         select WANT_DEV_COREDUMP
0012         select CMA if HAVE_DMA_CONTIGUOUS
0013         select DMA_CMA if HAVE_DMA_CONTIGUOUS
0014         select DRM_SCHED
0015         help
0016           DRM driver for Vivante GPUs.
0017 
0018 config DRM_ETNAVIV_THERMAL
0019         bool "enable ETNAVIV thermal throttling"
0020         depends on DRM_ETNAVIV
0021         default y
0022         help
0023           Compile in support for thermal throttling.
0024           Say Y unless you want to risk burning your SoC.