kmod-fsl-enetc-net kmod-dwmac-imx kmod-fsl-fec kmod-thunderx-net \
kmod-dwmac-rockchip kmod-dwmac-sun8i kmod-phy-aquantia kmod-phy-broadcom \
kmod-phy-marvell kmod-phy-marvell-10g kmod-sfp kmod-atlantic \
- kmod-bcmgenet kmod-octeontx2-net
+ kmod-bcmgenet kmod-octeontx2-net kmod-renesas-net-avb
endef
TARGET_DEVICES += generic
endef
$(eval $(call KernelPackage,octeontx2-net))
+define KernelPackage/renesas-net-avb
+ SUBMENU:=$(NETWORK_DEVICES_MENU)
+ TITLE:=Renesas network drivers
+ DEPENDS:=@(TARGET_armsr_armv8) +kmod-phylink +kmod-mii +kmod-ptp +kmod-libphy +kmod-mdio-gpio
+ KCONFIG:=CONFIG_RAVB
+ FILES=$(LINUX_DIR)/drivers/net/ethernet/renesas/ravb.ko
+ AUTOLOAD:=$(call AutoProbe,ravb)
+endef
+
+define KernelPackage/renesas-net-avb/description
+ Support Renesas RZ platform Ethernet module
+endef
+
+$(eval $(call KernelPackage,renesas-net-avb))
+
define KernelPackage/wdt-sp805
SUBMENU:=$(OTHER_MENU)
TITLE:=ARM SP805 Watchdog