diff options
author | Sumit Semwal <sumit.semwal@ti.com> | 2011-12-26 04:23:17 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-01-06 05:20:30 -0500 |
commit | a125a3945c950caef001f22055bf201a36568533 (patch) | |
tree | e513f8c634281b2ebea81216da4be15b41bdbc7e /drivers/base | |
parent | a7df4719a3ca1c839bf703c5eca3a9c430466696 (diff) |
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>
Diffstat (limited to 'drivers/base')
-rw-r--r-- | drivers/base/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig index 8a0e87fd9064..e95c67edb2cb 100644 --- a/drivers/base/Kconfig +++ b/drivers/base/Kconfig | |||
@@ -178,6 +178,7 @@ config DMA_SHARED_BUFFER | |||
178 | bool "Buffer framework to be shared between drivers" | 178 | bool "Buffer framework to be shared between drivers" |
179 | default n | 179 | default n |
180 | select ANON_INODES | 180 | select ANON_INODES |
181 | depends on EXPERIMENTAL | ||
181 | help | 182 | help |
182 | This option enables the framework for buffer-sharing between | 183 | This option enables the framework for buffer-sharing between |
183 | multiple drivers. A buffer is associated with a file using driver | 184 | multiple drivers. A buffer is associated with a file using driver |