dma-buf: Rename struct fence to dma_fence
[linux-block.git] / drivers / base / Kconfig
index fdf44cac08e6d0026dab6095f46b55924cd89b1d..37bf25c6b4a6b04b60a574299e5246c1ab064674 100644 (file)
@@ -248,11 +248,11 @@ config DMA_SHARED_BUFFER
          APIs extension; the file's descriptor can then be passed on to other
          driver.
 
-config FENCE_TRACE
-       bool "Enable verbose FENCE_TRACE messages"
+config DMA_FENCE_TRACE
+       bool "Enable verbose DMA_FENCE_TRACE messages"
        depends on DMA_SHARED_BUFFER
        help
-         Enable the FENCE_TRACE printks. This will add extra
+         Enable the DMA_FENCE_TRACE printks. This will add extra
          spam to the console log, but will make it easier to diagnose
          lockup related problems for dma-buffers shared across multiple
          devices.