All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: e1000: Depend on CONFIG_PCI
@ 2022-04-26 18:35 Sean Anderson
  2022-04-26 20:01 ` Tim Harvey
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sean Anderson @ 2022-04-26 18:35 UTC (permalink / raw)
  To: Joe Hershberger, Ramon Fried, u-boot
  Cc: Stefan Roese, Tim Harvey, Sean Anderson

This driver depends on PCI. Update the Kconfig accordingly.

Signed-off-by: Sean Anderson <sean.anderson@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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-05-27 13:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-26 18:35 [PATCH] net: e1000: Depend on CONFIG_PCI Sean Anderson
2022-04-26 20:01 ` Tim Harvey
2022-04-27  5:34 ` Stefan Roese
2022-04-30 23:33 ` Ramon Fried
2022-05-27 13:29 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.