summaryrefslogtreecommitdiff
path: root/drivers/dma-buf/heaps/Kconfig
blob: 205052744169ed468a5eeee94ee76039432ebb3c (plain)
1
2
3
4
5
6
config DMABUF_HEAPS_SYSTEM
	bool "DMA-BUF System Heap"
	depends on DMABUF_HEAPS
	help
	  Choose this option to enable the system dmabuf heap. The system heap
	  is backed by pages from the buddy allocator. If in doubt, say Y.