[PATCH net-next 2/4] net: spacemit: Add K1 Ethernet MAC

Russell King (Oracle) linux at armlinux.org.uk
Sun Jun 15 23:33:24 PDT 2025


On Fri, Jun 13, 2025 at 10:15:08AM +0800, Vivian Wang wrote:
> +config SPACEMIT_K1_EMAC
> +	tristate "SpacemiT K1 Ethernet MAC driver"
> +	depends on ARCH_SPACEMIT || COMPILE_TEST
> +	depends on MFD_SYSCON
> +	depends on OF
> +	default m if ARCH_SPACEMIT
> +	select PHYLIB

This driver uses phylib...

> +#include <linux/phy.h>
> +#include <linux/phylink.h>

but includes phylink's header file? Does it use anything from this
header?

-- 
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!



More information about the linux-riscv mailing list