between drivers.
 
 menuconfig DMABUF_SYSFS_STATS
-       bool "DMA-BUF sysfs statistics"
+       bool "DMA-BUF sysfs statistics (DEPRECATED)"
        depends on DMA_SHARED_BUFFER
        help
           Choose this option to enable DMA-BUF sysfs statistics
           statistics for the DMA-BUF with the unique inode number
           <inode_number>.
 
+          This option is deprecated and should sooner or later be removed.
+          Android is the only user of this and it turned out that this resulted
+          in quite some performance problems.
+
 source "drivers/dma-buf/heaps/Kconfig"
 
 endmenu