From fcd736bf35fd93b563e9bbf594f2aa7b62028cc9 Mon Sep 17 00:00:00 2001 From: lin <lin@kickpi.com> Date: Thu, 14 Aug 2025 02:17:25 +0000 Subject: [PATCH] feat(eth0): add MAE0621A phy support --- longan/kernel/linux-4.9/drivers/net/phy/Kconfig | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/longan/kernel/linux-4.9/drivers/net/phy/Kconfig b/longan/kernel/linux-4.9/drivers/net/phy/Kconfig index d860820..363fb82 100644 --- a/longan/kernel/linux-4.9/drivers/net/phy/Kconfig +++ b/longan/kernel/linux-4.9/drivers/net/phy/Kconfig @@ -298,6 +298,11 @@ ---help--- Supports the Realtek 821x PHY. +config MAXIO_PHY + tristate "MAXIO PHYs" + help + Supports the Maxio MAExxxx PHY. + config SMSC_PHY tristate "SMSC PHYs" ---help--- -- Gitblit v1.6.2