Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[linux-2.6-block.git] / drivers / dma-buf / Kconfig
CommitLineData
62304fb1
GP
1menu "DMABUF options"
2
3config SYNC_FILE
4 bool "sync_file support for fences"
5 default n
6 select ANON_INODES
7 select DMA_SHARED_BUFFER
8 ---help---
9 This option enables the fence framework synchronization to export
10 sync_files to userspace that can represent one or more fences.
11endmenu