Lines Matching +full:system +full:- +full:on +full:- +full:chip
2 bool "DMA-BUF heaps deferred-free library"
4 Choose this option to enable the DMA-BUF heaps deferred-free library.
7 bool "DMA-BUF heaps page-pool library"
9 Choose this option to enable the DMA-BUF heaps page-pool library.
12 tristate "DMA-BUF System Heap"
13 depends on DMABUF_HEAPS && DMABUF_HEAPS_DEFERRED_FREE && DMABUF_HEAPS_PAGE_POOL
15 Choose this option to enable the system dmabuf heap. The system heap
19 tristate "DMA-BUF CMA Heap"
20 depends on DMABUF_HEAPS && DMA_CMA
22 Choose this option to enable dma-buf CMA heap. This heap is backed
23 by the Contiguous Memory Allocator (CMA). If your system has these
27 tristate "Export on-chip SRAM pools using DMA-Heaps"
28 depends on DMABUF_HEAPS && SRAM
30 This driver allows the export of on-chip SRAM marked as exportable
31 to userspace using the DMA-Heaps interface.