Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / drivers / gpu / drm / etnaviv / Kconfig
1
2 config 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 IOMMU_API
11         select IOMMU_SUPPORT
12         select WANT_DEV_COREDUMP
13         select CMA if HAVE_DMA_CONTIGUOUS
14         select DMA_CMA if HAVE_DMA_CONTIGUOUS
15         help
16           DRM driver for Vivante GPUs.
17
18 config DRM_ETNAVIV_REGISTER_LOGGING
19         bool "enable ETNAVIV register logging"
20         depends on DRM_ETNAVIV
21         help
22           Compile in support for logging register reads/writes in a format
23           that can be parsed by envytools demsm tool.  If enabled, register
24           logging can be switched on via etnaviv.reglog=y module param.