Commit a125a3945c950caef001f22055bf201a36568533
Committed by
Dave Airlie
1 parent
a7df4719a3
Exists in
master
and in
6 other branches
dma-buf: mark EXPERIMENTAL for 1st release.
Mark dma-buf buffer sharing API as EXPERIMENTAL for first release. We will remove this in later versions, once it gets smoothed out and has more users. Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org> Signed-off-by: Sumit Semwal <sumit.semwal@ti.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
drivers/base/Kconfig
... | ... | @@ -178,6 +178,7 @@ |
178 | 178 | bool "Buffer framework to be shared between drivers" |
179 | 179 | default n |
180 | 180 | select ANON_INODES |
181 | + depends on EXPERIMENTAL | |
181 | 182 | help |
182 | 183 | This option enables the framework for buffer-sharing between |
183 | 184 | multiple drivers. A buffer is associated with a file using driver |