diff options
Diffstat (limited to 'drivers/base/Kconfig')
-rw-r--r-- | drivers/base/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig index 23b8726962af..00e13ce5cbbd 100644 --- a/drivers/base/Kconfig +++ b/drivers/base/Kconfig | |||
@@ -208,6 +208,15 @@ config DMA_SHARED_BUFFER | |||
208 | APIs extension; the file's descriptor can then be passed on to other | 208 | APIs extension; the file's descriptor can then be passed on to other |
209 | driver. | 209 | driver. |
210 | 210 | ||
211 | config FENCE_TRACE | ||
212 | bool "Enable verbose FENCE_TRACE messages" | ||
213 | depends on DMA_SHARED_BUFFER | ||
214 | help | ||
215 | Enable the FENCE_TRACE printks. This will add extra | ||
216 | spam to the console log, but will make it easier to diagnose | ||
217 | lockup related problems for dma-buffers shared across multiple | ||
218 | devices. | ||
219 | |||
211 | config DMA_CMA | 220 | config DMA_CMA |
212 | bool "DMA Contiguous Memory Allocator" | 221 | bool "DMA Contiguous Memory Allocator" |
213 | depends on HAVE_DMA_CONTIGUOUS && CMA | 222 | depends on HAVE_DMA_CONTIGUOUS && CMA |