]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/dma-buf/heaps/Kconfig
dma-buf: heaps: Add system heap to dmabuf heaps
[linux.git] / drivers / dma-buf / heaps / Kconfig
1 config DMABUF_HEAPS_SYSTEM
2         bool "DMA-BUF System Heap"
3         depends on DMABUF_HEAPS
4         help
5           Choose this option to enable the system dmabuf heap. The system heap
6           is backed by pages from the buddy allocator. If in doubt, say Y.