xref: /openbmc/linux/drivers/gpu/drm/etnaviv/Kconfig (revision ec8f24b7)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2a8c21a54SThe etnaviv authors
3a8c21a54SThe etnaviv authorsconfig DRM_ETNAVIV
4a8c21a54SThe etnaviv authors	tristate "ETNAVIV (DRM support for Vivante GPU IP cores)"
5a8c21a54SThe etnaviv authors	depends on DRM
6f0c379a1SArnd Bergmann	depends on MMU
7a8c21a54SThe etnaviv authors	select SHMEM
89ad59feaSPhilipp Zabel	select SYNC_FILE
949b82c38SPhilipp Zabel	select THERMAL if DRM_ETNAVIV_THERMAL
10a8c21a54SThe etnaviv authors	select TMPFS
11a8c21a54SThe etnaviv authors	select WANT_DEV_COREDUMP
1263f56775SLucas Stach	select CMA if HAVE_DMA_CONTIGUOUS
1363f56775SLucas Stach	select DMA_CMA if HAVE_DMA_CONTIGUOUS
14e93b6deeSLucas Stach	select DRM_SCHED
15a8c21a54SThe etnaviv authors	help
16a8c21a54SThe etnaviv authors	  DRM driver for Vivante GPUs.
17a8c21a54SThe etnaviv authors
1849b82c38SPhilipp Zabelconfig DRM_ETNAVIV_THERMAL
1949b82c38SPhilipp Zabel	bool "enable ETNAVIV thermal throttling"
2049b82c38SPhilipp Zabel	depends on DRM_ETNAVIV
2149b82c38SPhilipp Zabel	default y
2249b82c38SPhilipp Zabel	help
2349b82c38SPhilipp Zabel	  Compile in support for thermal throttling.
2449b82c38SPhilipp Zabel	  Say Y unless you want to risk burning your SoC.
25