On Tue, Apr 26, 2022 at 11:35 AM Sean Anderson <sean.ander...@seco.com> wrote: > > This driver depends on PCI. Update the Kconfig accordingly. > > Signed-off-by: Sean Anderson <sean.ander...@seco.com> > --- > > drivers/net/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig > index 347fe8aa42..339ccdae15 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 > -- > 2.35.1.1320.gc452695387.dirty >
Makes sense, Reviewed-by: Tim Harvey <thar...@gateworks.com> Best Regards, Tim