[PATCH] net: Add missing PCI dependency for CONFIG_E1000

Pali Rohár pali at kernel.org
Tue May 24 19:16:52 CEST 2022


On Tuesday 24 May 2022 13:12:02 Sean Anderson wrote:
> Hi Pali,
> 
> On 5/23/22 4:41 AM, Pali Rohár wrote:
> > Signed-off-by: Pali Rohár <pali at kernel.org>
> > ---
> >  drivers/net/Kconfig | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
> > index 7fe0e00649cf..84d859c21eb8 100644
> > --- a/drivers/net/Kconfig
> > +++ b/drivers/net/Kconfig
> > @@ -231,6 +231,7 @@ config DWC_ETH_QOS_TEGRA186
> >  
> >  config E1000
> >  	bool "Intel PRO/1000 Gigabit Ethernet support"
> > +	depends on PCI
> >  	help
> >  	  This driver supports Intel(R) PRO/1000 gigabit ethernet family of
> >  	  adapters.  For more information on how to identify your adapter, go
> > 
> 
> This appears to be a duplicate of [1].
> 
> [1] https://lore.kernel.org/u-boot/20220426183533.3224252-1-sean.anderson@seco.com/
> 
> --Sean

Interesting... this is my second duplicate patch this week.

Any idea why above patch was not accepted yet?

I'm just testing U-Boot builds and I hit the same issue in dependency
graph.


More information about the U-Boot mailing list