2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2015-12-03 18:21:29 +01:00
|
|
|
|
|
|
|
|
config DRM_ETNAVIV
|
|
|
|
|
tristate "ETNAVIV (DRM support for Vivante GPU IP cores)"
|
|
|
|
|
depends on DRM
|
2017-01-11 14:33:35 +01:00
|
|
|
depends on MMU
|
2015-12-03 18:21:29 +01:00
|
|
|
select SHMEM
|
2017-03-02 16:05:45 +01:00
|
|
|
select SYNC_FILE
|
2017-12-01 16:00:41 +01:00
|
|
|
select THERMAL if DRM_ETNAVIV_THERMAL
|
2015-12-03 18:21:29 +01:00
|
|
|
select TMPFS
|
|
|
|
|
select WANT_DEV_COREDUMP
|
2017-07-14 15:54:06 +02:00
|
|
|
select CMA if HAVE_DMA_CONTIGUOUS
|
|
|
|
|
select DMA_CMA if HAVE_DMA_CONTIGUOUS
|
2017-12-04 18:41:58 +01:00
|
|
|
select DRM_SCHED
|
2015-12-03 18:21:29 +01:00
|
|
|
help
|
|
|
|
|
DRM driver for Vivante GPUs.
|
|
|
|
|
|
2017-12-01 16:00:41 +01:00
|
|
|
config DRM_ETNAVIV_THERMAL
|
|
|
|
|
bool "enable ETNAVIV thermal throttling"
|
|
|
|
|
depends on DRM_ETNAVIV
|
|
|
|
|
default y
|
|
|
|
|
help
|
|
|
|
|
Compile in support for thermal throttling.
|
|
|
|
|
Say Y unless you want to risk burning your SoC.
|