1 2config DRM_ETNAVIV 3 tristate "ETNAVIV (DRM support for Vivante GPU IP cores)" 4 depends on DRM 5 depends on ARCH_MXC || ARCH_DOVE || (ARM && COMPILE_TEST) 6 depends on MMU 7 select SHMEM 8 select SYNC_FILE 9 select TMPFS 10 select WANT_DEV_COREDUMP 11 select CMA if HAVE_DMA_CONTIGUOUS 12 select DMA_CMA if HAVE_DMA_CONTIGUOUS 13 help 14 DRM driver for Vivante GPUs. 15 16config DRM_ETNAVIV_REGISTER_LOGGING 17 bool "enable ETNAVIV register logging" 18 depends on DRM_ETNAVIV 19 help 20 Compile in support for logging register reads/writes in a format 21 that can be parsed by envytools demsm tool. If enabled, register 22 logging can be switched on via etnaviv.reglog=y module param. 23