mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
defconfig: msm8960: Enable CMA
Enable the option to turn on the Contiguous Memory Allocator (CMA) feature. This will allow clients to allocate large chunks of memory without having to remove it from the system. Change-Id: Ifc18c34d15f94e5d113d576bc32dbb0cf78f9c49 Signed-off-by: Laura Abbott <lauraa@codeaurora.org> Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
This commit is contained in:
parent
3b77d8bf4b
commit
256012293e
2 changed files with 2 additions and 0 deletions
|
@ -249,6 +249,7 @@ CONFIG_CFG80211=m
|
|||
CONFIG_RFKILL=y
|
||||
CONFIG_GENLOCK=y
|
||||
CONFIG_GENLOCK_MISCDEVICE=y
|
||||
CONFIG_CMA=y
|
||||
CONFIG_BLK_DEV_LOOP=y
|
||||
CONFIG_BLK_DEV_RAM=y
|
||||
CONFIG_HAPTIC_ISA1200=y
|
||||
|
|
|
@ -253,6 +253,7 @@ CONFIG_CFG80211=m
|
|||
CONFIG_RFKILL=y
|
||||
CONFIG_GENLOCK=y
|
||||
CONFIG_GENLOCK_MISCDEVICE=y
|
||||
CONFIG_CMA=y
|
||||
CONFIG_BLK_DEV_LOOP=y
|
||||
CONFIG_BLK_DEV_RAM=y
|
||||
CONFIG_HAPTIC_ISA1200=y
|
||||
|
|
Loading…
Reference in a new issue