[PATCH 4/4] net: Tighten more driver dependencies
Ng, Boon Khai
boon.khai.ng at altera.com
Fri Sep 26 07:53:14 CEST 2025
Hi Tom,
> config DWC_ETH_XGMAC
> - bool "Synopsys DWC Ethernet XGMAC device support"
> + bool
> select PHYLIB
> help
> This driver supports the Synopsys Designware Ethernet XGMAC (10G @@
That case we shall remove the DWC_ETH_XGMAC config from our
socfpga defconfig?
> -190,7 +190,8 @@ config DWC_ETH_XGMAC_SOCFPGA
> bool "Synopsys DWC Ethernet XGMAC device support for SOCFPGA"
> select REGMAP
> select SYSCON
> - depends on ARCH_SOCFPGA && DWC_ETH_XGMAC
> + select DWC_ETH_XGMAC
> + depends on ARCH_SOCFPGA
> default y if TARGET_SOCFPGA_AGILEX5
> help
> The Synopsys Designware Ethernet XGMAC IP block with specific diff --
And preserve this config DWC_ETH_XGMAC_SOCFPGA?
More information about the U-Boot
mailing list