From 2dc2b2ce0cd00ea9ed228ec050b335b632551d73 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Sat, 16 Jan 2021 22:19:07 -0800 Subject: [PATCH] linux5.10: add PL330 support to arm64-dotconfig This DMA driver is necessary on rk3399 and rk3328 boards (and perhaps others). --- srcpkgs/linux5.10/files/arm64-dotconfig | 2 +- srcpkgs/linux5.10/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/linux5.10/files/arm64-dotconfig b/srcpkgs/linux5.10/files/arm64-dotconfig index 75101a22dbd..f0fcc43b536 100644 --- a/srcpkgs/linux5.10/files/arm64-dotconfig +++ b/srcpkgs/linux5.10/files/arm64-dotconfig @@ -8564,7 +8564,7 @@ CONFIG_MXS_DMA=y CONFIG_MX3_IPU=y CONFIG_MX3_IPU_IRQS=4 CONFIG_OWL_DMA=m -# CONFIG_PL330_DMA is not set +CONFIG_PL330_DMA=m CONFIG_PLX_DMA=m CONFIG_SPRD_DMA=m # CONFIG_TEGRA20_APB_DMA is not set diff --git a/srcpkgs/linux5.10/template b/srcpkgs/linux5.10/template index 7c97b77eec9..3c32be6c58b 100644 --- a/srcpkgs/linux5.10/template +++ b/srcpkgs/linux5.10/template @@ -1,7 +1,7 @@ # Template file for 'linux5.10' pkgname=linux5.10 version=5.10.8 -revision=1 +revision=2 wrksrc="linux-${version}" short_desc="Linux kernel and modules (${version%.*} series)" maintainer="Leah Neukirchen "