aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/dma-buf-sharing.txt
diff options
context:
space:
mode:
authorSumit Semwal <sumit.semwal@ti.com>2012-01-13 04:45:05 -0500
committerDave Airlie <airlied@redhat.com>2012-01-13 05:27:33 -0500
commit081794564e3000e602de290d1121792c33b475a4 (patch)
tree60a29b4a679036bec42ec8a6ff3b5e611c655348 /Documentation/dma-buf-sharing.txt
parentd099230cc355c485e556121c034b1fca5a5fd18b (diff)
dma-buf: Documentation update for Kconfig select
As per Linus' comment, dma-buf Kconfig entry shouldn't have an option text, but should be selected by the subsystems that use it. Add this information in the documentation as well. Signed-off-by: Sumit Semwal <sumit.semwal@ti.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'Documentation/dma-buf-sharing.txt')
-rw-r--r--Documentation/dma-buf-sharing.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/dma-buf-sharing.txt b/Documentation/dma-buf-sharing.txt
index 510eab32f392..225f96d88f55 100644
--- a/Documentation/dma-buf-sharing.txt
+++ b/Documentation/dma-buf-sharing.txt
@@ -219,6 +219,10 @@ NOTES:
219 If the exporter chooses not to allow an attach() operation once a 219 If the exporter chooses not to allow an attach() operation once a
220 map_dma_buf() API has been called, it simply returns an error. 220 map_dma_buf() API has been called, it simply returns an error.
221 221
222Miscellaneous notes:
223- Any exporters or users of the dma-buf buffer sharing framework must have
224 a 'select DMA_SHARED_BUFFER' in their respective Kconfigs.
225
222References: 226References:
223[1] struct dma_buf_ops in include/linux/dma-buf.h 227[1] struct dma_buf_ops in include/linux/dma-buf.h
224[2] All interfaces mentioned above defined in include/linux/dma-buf.h 228[2] All interfaces mentioned above defined in include/linux/dma-buf.h