From 9e2039227a8d975c3ef37ae766271d3a7cbac73f Mon Sep 17 00:00:00 2001
From: John Vincent <john.vincent.xa@bp.renesas.com>
Date: Mon, 17 Nov 2025 15:14:45 +0000
Subject: [PATCH] arm64: Enable Renesas RZ DMAC driver

Add support for the Renesas RZ Direct Memory Access Controller by enabling
CONFIG_RZ_DMAC as a loadable module. This driver is defined in
drivers/dma/sh/Kconfig and supports DMA functionality on RZ/G2L and related SoCs.

Signed-off-by: John Vincent <john.vincent.xa@bp.renesas.com>
---
 debian/config/arm64/config | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/config/arm64/config b/debian/config/arm64/config
index 8213091e5f..9d62a9e765 100644
--- a/debian/config/arm64/config
+++ b/debian/config/arm64/config
@@ -560,6 +560,11 @@ CONFIG_QCOM_HIDMA=m
 CONFIG_TI_K3_UDMA=y
 CONFIG_TI_K3_UDMA_GLUE_LAYER=y
 
+##
+## file: drivers/dma/sh/Kconfig
+##
+CONFIG_RZ_DMAC=m
+
 ##
 ## file: drivers/dma-buf/Kconfig
 ##
-- 
2.25.1

