xref: /openbmc/linux/drivers/gpu/drm/etnaviv/Kconfig (revision a8c21a54)
1a8c21a54SThe etnaviv authors
2a8c21a54SThe etnaviv authorsconfig DRM_ETNAVIV
3a8c21a54SThe etnaviv authors	tristate "ETNAVIV (DRM support for Vivante GPU IP cores)"
4a8c21a54SThe etnaviv authors	depends on DRM
5a8c21a54SThe etnaviv authors	depends on ARCH_MXC || ARCH_DOVE
6a8c21a54SThe etnaviv authors	select SHMEM
7a8c21a54SThe etnaviv authors	select TMPFS
8a8c21a54SThe etnaviv authors	select IOMMU_API
9a8c21a54SThe etnaviv authors	select IOMMU_SUPPORT
10a8c21a54SThe etnaviv authors	select WANT_DEV_COREDUMP
11a8c21a54SThe etnaviv authors	help
12a8c21a54SThe etnaviv authors	  DRM driver for Vivante GPUs.
13a8c21a54SThe etnaviv authors
14a8c21a54SThe etnaviv authorsconfig DRM_ETNAVIV_REGISTER_LOGGING
15a8c21a54SThe etnaviv authors	bool "enable ETNAVIV register logging"
16a8c21a54SThe etnaviv authors	depends on DRM_ETNAVIV
17a8c21a54SThe etnaviv authors	help
18a8c21a54SThe etnaviv authors	  Compile in support for logging register reads/writes in a format
19a8c21a54SThe etnaviv authors	  that can be parsed by envytools demsm tool.  If enabled, register
20a8c21a54SThe etnaviv authors	  logging can be switched on via etnaviv.reglog=y module param.
21