xref: /openbmc/linux/drivers/dma-buf/heaps/Kconfig (revision 2e7f7cb2b50c6a10339c042a6013c2ad417176e1)
1config 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.
7