From a125a3945c950caef001f22055bf201a36568533 Mon Sep 17 00:00:00 2001 From: Sumit Semwal Date: Mon, 26 Dec 2011 14:53:17 +0530 Subject: 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 Signed-off-by: Sumit Semwal Signed-off-by: Dave Airlie --- drivers/base/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/base/Kconfig') 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 bool "Buffer framework to be shared between drivers" default n select ANON_INODES + depends on EXPERIMENTAL help This option enables the framework for buffer-sharing between multiple drivers. A buffer is associated with a file using driver -- cgit v1.2.3