From a033e7636aafa7776bd41c772a88b61f5ba28a25 Mon Sep 17 00:00:00 2001
From: John Vincent <john.vincent.xa@bp.renesas.com>
Date: Fri, 14 Nov 2025 12:38:14 +0000
Subject: [PATCH] arm64: Enable Renesas RAVB Ethernet driver

This adds support for the Renesas Advanced Video Bridging (RAVB)
Ethernet controller by enabling CONFIG_RAVB as a module
in the arm64 config.

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 12d44338bc..8213091e5f 100644
--- a/debian/config/arm64/config
+++ b/debian/config/arm64/config
@@ -1543,6 +1543,11 @@ CONFIG_TI_K3_AM65_CPSW_NUSS=m
 CONFIG_TI_K3_AM65_CPTS=m
 CONFIG_TI_ICSSG_PRUETH=m
 
+##
+## file: drivers/net/ethernet/renesas/Kconfig
+##
+CONFIG_RAVB=m
+
 ##
 ## file: drivers/net/fddi/Kconfig
 ##
-- 
2.25.1

