ecryptfs: convert to file_write_and_wait in ->fsync
[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         help
14           DRM driver for Vivante GPUs.
15
16 config 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.