From patchwork Wed May 29 15:41:57 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13679128 X-Patchwork-Delegate: geert@linux-m68k.org Received: from xavier.telenet-ops.be (xavier.telenet-ops.be [195.130.132.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D3D15181B98 for ; Wed, 29 May 2024 15:42:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.132.52 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716997328; cv=none; b=DkgX8oMHQsHmR5UPrIb32GvvAFMyFREeMK72VSbNsZNZDzuoDo8SlTJeT7GP5GhZbfwfryt69r5pGkONWvgm8PABUbIOwjKZwolItpm5P/0rVDS7CTXuVlRGZR3vovwGPEQ2wItdfkO7bOX+MIe8gcwNCu3iB+8UTzEeB7AW9oM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716997328; c=relaxed/simple; bh=YydTu2YSxX2Wl5o2WNaCDPmzmTbFaoeIRFeX1q6WsPI=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=JyxFz0VV7YKkf49b30yDwtvELWy3cwuhBBkWtBi7kWzPsj32bjxMRMs+XDn7TmMT4evaronCfgrJWVpYCI8HPod62IAp5bAeEjhnvekkiysIhIetvGFLl7nJzW9ZI48jwXs1agUJ9gaClyJS0x8/1rgnOYoVAWNBhCpe3oqJDw0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.132.52 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:1b01:1838:131c:4de4]) by xavier.telenet-ops.be with bizsmtp id V3i22C00c3VPV9V013i2aa; Wed, 29 May 2024 17:42:03 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1sCLQG-00H2xj-AV; Wed, 29 May 2024 17:42:02 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1sCLRC-009nPa-Ma; Wed, 29 May 2024 17:42:02 +0200 From: Geert Uytterhoeven To: Magnus Damm , Yoshihiro Shimoda , Wolfram Sang , =?utf-8?q?Niklas_S=C3=B6de?= =?utf-8?q?rlund?= Cc: linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH/LOCAL 1/3] arm64: renesas: defconfig: Enable Synopsys DesignWare eDMA support Date: Wed, 29 May 2024 17:41:57 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Enable Synopsys DesignWare eDMA controller support, to increase performance of the R-Car Gen4 PCIe controller in endpoint mode. Signed-off-by: Geert Uytterhoeven --- arch/arm64/configs/renesas_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig index 1519280104d2104c..cd40cebd49c21d56 100644 --- a/arch/arm64/configs/renesas_defconfig +++ b/arch/arm64/configs/renesas_defconfig @@ -346,6 +346,7 @@ CONFIG_RTC_DRV_ISL1208=y CONFIG_RTC_DRV_RX8581=y CONFIG_RTC_DRV_DA9063=y CONFIG_DMADEVICES=y +CONFIG_DW_EDMA=y CONFIG_RCAR_DMAC=y CONFIG_RENESAS_USB_DMAC=y CONFIG_RZ_DMAC=y