[PATCH 4/4] net: Tighten more driver dependencies
Tom Rini
trini at konsulko.com
Fri Sep 26 16:08:27 CEST 2025
On Fri, Sep 26, 2025 at 05:53:14AM +0000, Ng, Boon Khai wrote:
> 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?
Both of the changes have that effect. There's no need to update the
defconfig file, it'll get changed on the next resync.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20250926/e39eeede/attachment.sig>
More information about the U-Boot
mailing list