aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/base/Kconfig')
-rw-r--r--drivers/base/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig
index 07abd9d76f7..c09a1ddba29 100644
--- a/drivers/base/Kconfig
+++ b/drivers/base/Kconfig
@@ -292,4 +292,16 @@ config CMA_AREAS
endif
+config DMA_SHARED_BUFFER_USES_KDS
+ bool "Add KDS resource within every dma_buf allocation"
+ depends on DMA_SHARED_BUFFER && KDS
+ default n
+ help
+ This option adds a KDS resource within every dma_buf allocation.
+
+config KDS
+ bool "Kernel dependency system"
+ help
+ This option enables the generic kernel dependency system
+
endmenu