[armhf] mm: Enable CMA, DMA_CMA

This commit is contained in:
Ben Hutchings 2016-04-27 23:53:53 +02:00
parent 5f5011c2d9
commit 76d0845dce
2 changed files with 11 additions and 0 deletions

1
debian/changelog vendored
View File

@ -135,6 +135,7 @@ linux (4.5.2-1) UNRELEASED; urgency=medium
* tools/build: Fix bpf(2) feature test (fixes FTBFS on alpha, sh4;
closes: #822364)
* [armhf] Disable FB_OMAP2; it is redundant and conflicting with DRM_OMAP
* [armhf] mm: Enable CMA, DMA_CMA
[ Aurelien Jarno ]
* [mips*] Emulate unaligned LDXC1 and SDXC1 instructions.

View File

@ -150,6 +150,11 @@ CONFIG_PATA_IMX=m
CONFIG_PATA_PLATFORM=m
CONFIG_PATA_OF_PLATFORM=m
##
## file: drivers/base/Kconfig
##
CONFIG_DMA_CMA=y
##
## file: drivers/bluetooth/Kconfig
##
@ -1099,6 +1104,11 @@ CONFIG_BCM2835_WDT=m
CONFIG_SUSPEND=y
CONFIG_APM_EMULATION=y
##
## file: mm/Kconfig
##
CONFIG_CMA=y
##
## file: net/phonet/Kconfig
##