summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Rafael Giani <crg7475@mailbox.org>2021-10-28 22:51:12 +0200
committerCarlos Rafael Giani <crg7475@mailbox.org>2022-04-14 23:33:07 +0200
commit2be425b809090cfe055a081db038912aa10b8205 (patch)
treeaa7e76b3721b132a19e0718b43f8be9114878894
parent96fc99f8153609ecf7e9a36a7b120b60cad6f625 (diff)
downloadmeta-freescale-2be425b809090cfe055a081db038912aa10b8205.tar.gz
linux-fslc-imx: Enable ION DMA memory allocator for imx6 and imx7
The ION allocator is capable of allocating DMA memory blocks that are accessible through DMA-BUF. No other allocator has this feature, and ION is already enabled on all imx8 variants. In kernel 5.6, the dma-heap allocator is introduced, which replaces ION. Still, since Yocto Dunfell will not get a linux-imx version >= 5.6, enable ION to get a DMABUF-capable allocator also on imx6 and imx7 machines. Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
-rw-r--r--recipes-kernel/linux/linux-fslc-imx/imx/defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx/imx/defconfig b/recipes-kernel/linux/linux-fslc-imx/imx/defconfig
index 742400a9..8781d8bb 100644
--- a/recipes-kernel/linux/linux-fslc-imx/imx/defconfig
+++ b/recipes-kernel/linux/linux-fslc-imx/imx/defconfig
@@ -577,3 +577,5 @@ CONFIG_MAGIC_SYSRQ=y
577# CONFIG_DEBUG_PREEMPT is not set 577# CONFIG_DEBUG_PREEMPT is not set
578# CONFIG_DEBUG_BUGVERBOSE is not set 578# CONFIG_DEBUG_BUGVERBOSE is not set
579# CONFIG_FTRACE is not set 579# CONFIG_FTRACE is not set
580CONFIG_ION=y
581CONFIG_ION_CMA_HEAP=y