xref: /linux/drivers/dma-buf/heaps/Kconfig (revision efa04fefebbd724ffda7f49e42d057a7217c45b0)
1*efa04fefSJohn Stultzconfig DMABUF_HEAPS_SYSTEM
2*efa04fefSJohn Stultz	bool "DMA-BUF System Heap"
3*efa04fefSJohn Stultz	depends on DMABUF_HEAPS
4*efa04fefSJohn Stultz	help
5*efa04fefSJohn Stultz	  Choose this option to enable the system dmabuf heap. The system heap
6*efa04fefSJohn Stultz	  is backed by pages from the buddy allocator. If in doubt, say Y.
7