diff mbox series

[1/1] arm-bsp/linux: corstone1000: Enable CMA for Ethos-U

Message ID 20260820145545.3061675-2-harsimransingh.tungal@arm.com
State New
Headers show
Series arm-bsp/linux: corstone1000: Enable CMA for Ethos-U | expand

Commit Message

Harsimran Singh Tungal Aug. 20, 2026, 2:55 p.m. UTC
Enable CMA in the Corstone-1000 Ethos-U kernel configuration. Larger
Teflon model tests require reliable contiguous buffer allocation and
relies on kernel CMA support.

Signed-off-by: Harsimran Singh Tungal <harsimransingh.tungal@arm.com>
---
 meta-arm-bsp/recipes-kernel/linux/files/corstone1000/ethosu.cfg | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/ethosu.cfg b/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/ethosu.cfg
index aee5312c..5fc75d52 100644
--- a/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/ethosu.cfg
+++ b/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/ethosu.cfg
@@ -1,4 +1,6 @@ 
 CONFIG_SRAM=y
+CONFIG_CMA=y
+CONFIG_DMA_CMA=y
 CONFIG_DRM=y
 CONFIG_DRM_ACCEL=y
 CONFIG_DRM_ACCEL_ARM_ETHOSU=y