]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/gpu/drm/etnaviv/Kconfig
Merge branches 'for-5.1/upstream-fixes', 'for-5.2/core', 'for-5.2/ish', 'for-5.2...
[mirror_ubuntu-kernels.git] / drivers / gpu / drm / etnaviv / Kconfig
CommitLineData
a8c21a54
T
1
2config DRM_ETNAVIV
3 tristate "ETNAVIV (DRM support for Vivante GPU IP cores)"
4 depends on DRM
f0c379a1 5 depends on MMU
a8c21a54 6 select SHMEM
9ad59fea 7 select SYNC_FILE
49b82c38 8 select THERMAL if DRM_ETNAVIV_THERMAL
a8c21a54 9 select TMPFS
a8c21a54 10 select WANT_DEV_COREDUMP
63f56775
LS
11 select CMA if HAVE_DMA_CONTIGUOUS
12 select DMA_CMA if HAVE_DMA_CONTIGUOUS
e93b6dee 13 select DRM_SCHED
a8c21a54
T
14 help
15 DRM driver for Vivante GPUs.
16
49b82c38
PZ
17config DRM_ETNAVIV_THERMAL
18 bool "enable ETNAVIV thermal throttling"
19 depends on DRM_ETNAVIV
20 default y
21 help
22 Compile in support for thermal throttling.
23 Say Y unless you want to risk burning your SoC.