xref: /openbmc/linux/drivers/gpu/drm/etnaviv/Kconfig (revision 9ad59fea)
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
52f38a67aSNoralf Trønnes	depends on ARCH_MXC || ARCH_DOVE || (ARM && COMPILE_TEST)
6f0c379a1SArnd Bergmann	depends on MMU
7a8c21a54SThe etnaviv authors	select SHMEM
89ad59feaSPhilipp Zabel	select SYNC_FILE
9a8c21a54SThe etnaviv authors	select TMPFS
10a8c21a54SThe etnaviv authors	select IOMMU_API
11a8c21a54SThe etnaviv authors	select IOMMU_SUPPORT
12a8c21a54SThe etnaviv authors	select WANT_DEV_COREDUMP
13a8c21a54SThe etnaviv authors	help
14a8c21a54SThe etnaviv authors	  DRM driver for Vivante GPUs.
15a8c21a54SThe etnaviv authors
16a8c21a54SThe etnaviv authorsconfig DRM_ETNAVIV_REGISTER_LOGGING
17a8c21a54SThe etnaviv authors	bool "enable ETNAVIV register logging"
18a8c21a54SThe etnaviv authors	depends on DRM_ETNAVIV
19a8c21a54SThe etnaviv authors	help
20a8c21a54SThe etnaviv authors	  Compile in support for logging register reads/writes in a format
21a8c21a54SThe etnaviv authors	  that can be parsed by envytools demsm tool.  If enabled, register
22a8c21a54SThe etnaviv authors	  logging can be switched on via etnaviv.reglog=y module param.
23