config MM_DMA_HEAP_FLUSH_CACHE_ALL
	bool "Enable flush all cpu cache when alloc mm dma-heap memory"
	depends on DMABUF_HEAPS
	help
	  When alloc from mm dma-heap memory, flush all cpu caches regardless of cpu-idle status.

config DFX_DMABUF_HEAPS
	bool "dump dmabuf info"
	depends on DMABUF_HEAPS
	help
	  Choose this option to enable dump Dmabuf info.

config DMABUF_HEAPS_REF_TRACK
	bool "record dmabuf refcount info"
	depends on DMABUF_HEAPS
	help
	  Choose this option to record Dmabuf refcount info.
