X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=drivers%2Fbase%2FKconfig;h=37bf25c6b4a6b04b60a574299e5246c1ab064674;hb=f54d1867005c3323f5d8ad83eed823e84226c429;hp=fdf44cac08e6d0026dab6095f46b55924cd89b1d;hpb=0fc4f78f44e6c6148cee32456f0d0023ec1c1fd8;p=linux-block.git diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig index fdf44cac08e6..37bf25c6b4a6 100644 --- a/drivers/base/Kconfig +++ b/drivers/base/Kconfig @@ -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.