swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: 523d939ef98fd712632d93a5a2b588e477a7565e authored by Linus Torvalds on 24 July 2016, 19:23:50 UTC
Linux 4.7
Tip revision: 523d939
Kconfig
menu "DMABUF options"

config SYNC_FILE
	bool "sync_file support for fences"
	default n
	select ANON_INODES
	select DMA_SHARED_BUFFER
	---help---
	  This option enables the fence framework synchronization to export
	  sync_files to userspace that can represent one or more fences.
endmenu
back to top