mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 01:24:33 +00:00
12 lines
289 B
Plaintext
12 lines
289 B
Plaintext
|
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
|