public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] net: Add missing PCI dependency for CONFIG_E1000
@ 2022-05-23  8:41 Pali Rohár
  2022-05-24  9:32 ` Ramon Fried
  2022-05-24 17:12 ` Sean Anderson
  0 siblings, 2 replies; 6+ messages in thread
From: Pali Rohár @ 2022-05-23  8:41 UTC (permalink / raw)
  To: Joe Hershberger, Ramon Fried; +Cc: u-boot

Signed-off-by: Pali Rohár <pali@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
-- 
2.20.1


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

end of thread, other threads:[~2022-05-25 12:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-23  8:41 [PATCH] net: Add missing PCI dependency for CONFIG_E1000 Pali Rohár
2022-05-24  9:32 ` Ramon Fried
2022-05-24 17:12 ` Sean Anderson
2022-05-24 17:16   ` Pali Rohár
2022-05-24 17:32     ` Sean Anderson
2022-05-25 12:59       ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox