summaryrefslogtreecommitdiff
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 8dacd4c9ee87..58abc5686ee7 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -450,6 +450,14 @@ config ARM_CHARLCD
line and the Linux version on the second line, but that's
still useful.
+config BMM_DMABUF
+ tristate "CMA backed dma_buf allocator"
+ depends on ARCH_DOVE
+ help
+ This is a simple allocator of dma_bufs for userspace. This
+ allows userspace to allocate and map dma_bufs, and pass them
+ into other subsystems.
+
config BMP085
bool
depends on SYSFS