mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
ANDROID: Allow the deferred-free library heap to be compiled into the GKI
The deferred-free library heap can be useful for modular implementations of the system heap, so compile it as a part of the GKI for arm64 and x86. Bug: 194472281 Change-Id: Iedd85682a90980b26a2f9aac0a53fcf4e1da219e Signed-off-by: Isaac J. Manjarres <isaacm@codeaurora.org>
This commit is contained in:
committed by
Alistair Delva
parent
18b754f7ce
commit
811cea558e
@@ -508,6 +508,7 @@ CONFIG_RTC_CLASS=y
|
||||
CONFIG_RTC_DRV_PL030=y
|
||||
CONFIG_RTC_DRV_PL031=y
|
||||
CONFIG_DMABUF_HEAPS=y
|
||||
CONFIG_DMABUF_HEAPS_DEFERRED_FREE=y
|
||||
CONFIG_UIO=y
|
||||
CONFIG_VHOST_VSOCK=y
|
||||
CONFIG_STAGING=y
|
||||
|
||||
@@ -459,6 +459,7 @@ CONFIG_LEDS_TRIGGER_TRANSIENT=y
|
||||
CONFIG_EDAC=y
|
||||
CONFIG_RTC_CLASS=y
|
||||
CONFIG_DMABUF_HEAPS=y
|
||||
CONFIG_DMABUF_HEAPS_DEFERRED_FREE=y
|
||||
CONFIG_UIO=y
|
||||
# CONFIG_VIRTIO_MEM is not set
|
||||
CONFIG_VHOST_VSOCK=y
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
config DMABUF_HEAPS_DEFERRED_FREE
|
||||
tristate
|
||||
menuconfig DMABUF_HEAPS_DEFERRED_FREE
|
||||
bool "DMA-BUF heaps deferred-free library"
|
||||
help
|
||||
Choose this option to enable the DMA-BUF heaps deferred-free library.
|
||||
|
||||
config DMABUF_HEAPS_SYSTEM
|
||||
tristate "DMA-BUF System Heap"
|
||||
|
||||
Reference in New Issue
Block a user