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