| Message ID | 20260820145545.3061675-2-harsimransingh.tungal@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | arm-bsp/linux: corstone1000: Enable CMA for Ethos-U | expand |
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
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(+)