mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
ANDROID: dma-heap: Make the page-pool library built-in
Since vendors might depend on them for their system heap implementations, make the page-pool library built-in to freeze its KMI. Bug: 183902174 Bug: 212210831 Change-Id: If633619ec1f78d0fbd73c43c48b19d98db7807af Signed-off-by: Hridya Valsaraju <hridya@google.com>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d3b59a75e8
commit
70ad75e771
@@ -531,6 +531,7 @@ CONFIG_RTC_DRV_PL031=y
|
||||
CONFIG_DMABUF_HEAPS=y
|
||||
CONFIG_DMABUF_SYSFS_STATS=y
|
||||
CONFIG_DMABUF_HEAPS_DEFERRED_FREE=y
|
||||
CONFIG_DMABUF_HEAPS_PAGE_POOL=y
|
||||
CONFIG_UIO=y
|
||||
CONFIG_VHOST_VSOCK=y
|
||||
CONFIG_STAGING=y
|
||||
|
||||
@@ -496,6 +496,7 @@ CONFIG_RTC_CLASS=y
|
||||
CONFIG_DMABUF_HEAPS=y
|
||||
CONFIG_DMABUF_SYSFS_STATS=y
|
||||
CONFIG_DMABUF_HEAPS_DEFERRED_FREE=y
|
||||
CONFIG_DMABUF_HEAPS_PAGE_POOL=y
|
||||
CONFIG_UIO=y
|
||||
CONFIG_VHOST_VSOCK=y
|
||||
CONFIG_STAGING=y
|
||||
|
||||
@@ -3,8 +3,10 @@ menuconfig DMABUF_HEAPS_DEFERRED_FREE
|
||||
help
|
||||
Choose this option to enable the DMA-BUF heaps deferred-free library.
|
||||
|
||||
config DMABUF_HEAPS_PAGE_POOL
|
||||
tristate
|
||||
menuconfig DMABUF_HEAPS_PAGE_POOL
|
||||
bool "DMA-BUF heaps page-pool library"
|
||||
help
|
||||
Choose this option to enable the DMA-BUF heaps page-pool library.
|
||||
|
||||
config DMABUF_HEAPS_SYSTEM
|
||||
tristate "DMA-BUF System Heap"
|
||||
|
||||
Reference in New Issue
Block a user