From aa91c9b7e6c9318015ff56fbc9a8f69c8d8eee6a Mon Sep 17 00:00:00 2001 From: Aditya Prayoga Date: Fri, 18 Jan 2019 00:00:14 -0800 Subject: [PATCH] kernel: mvebu-next: Enable offload support for the async_tx api Without enabling this support, the hardware XOR (MV_XOR) is not used by the system. It is enabled in mvebu-default.config Some discussion, https://forum.armbian.com/topic/6033-helios4-support/?do=findComment&comment=69649 --- config/kernel/linux-mvebu-next.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/kernel/linux-mvebu-next.config b/config/kernel/linux-mvebu-next.config index 151792ece8..6550aa3afe 100644 --- a/config/kernel/linux-mvebu-next.config +++ b/config/kernel/linux-mvebu-next.config @@ -3868,7 +3868,7 @@ CONFIG_QCOM_HIDMA=m # # DMA Clients # -# CONFIG_ASYNC_TX_DMA is not set +CONFIG_ASYNC_TX_DMA=y # CONFIG_DMATEST is not set CONFIG_DMA_ENGINE_RAID=y