blob: 9824bc4addf856d4b674b47d15058a74fa0f74e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|