All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers: net: e1000: with DM_ETH needs DM_PCI too
@ 2020-04-29  5:26 Madalin Bucur
  2020-06-08  7:52 ` Priyanka Jain
  0 siblings, 1 reply; 2+ messages in thread
From: Madalin Bucur @ 2020-04-29  5:26 UTC (permalink / raw)
  To: u-boot

Compilation error occur when DM_ETH is enabled without DM_PCI.

Signed-off-by: Madalin Bucur <madalin.bucur@oss.nxp.com>
---
 drivers/net/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 4d1013c..4313d04 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -156,6 +156,7 @@ config DWC_ETH_QOS
 
 config E1000
 	bool "Intel PRO/1000 Gigabit Ethernet support"
+	depends on (DM_ETH && DM_PCI) || !DM_ETH
 	help
 	  This driver supports Intel(R) PRO/1000 gigabit ethernet family of
 	  adapters.  For more information on how to identify your adapter, go
-- 
2.1.0

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

* [PATCH] drivers: net: e1000: with DM_ETH needs DM_PCI too
  2020-04-29  5:26 [PATCH] drivers: net: e1000: with DM_ETH needs DM_PCI too Madalin Bucur
@ 2020-06-08  7:52 ` Priyanka Jain
  0 siblings, 0 replies; 2+ messages in thread
From: Priyanka Jain @ 2020-06-08  7:52 UTC (permalink / raw)
  To: u-boot

>-----Original Message-----
>From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Madalin Bucur
>Sent: Wednesday, April 29, 2020 10:56 AM
>To: joe.hershberger at ni.com; u-boot at lists.denx.de
>Cc: Madalin Bucur (OSS) <madalin.bucur@oss.nxp.com>
>Subject: [PATCH] drivers: net: e1000: with DM_ETH needs DM_PCI too
>
>Compilation error occur when DM_ETH is enabled without DM_PCI.
>
>Signed-off-by: Madalin Bucur <madalin.bucur@oss.nxp.com>
>---
<snip> 
Patch applied on mpc85xx. Awaiting upstream

Thanks
Priyanka

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

end of thread, other threads:[~2020-06-08  7:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29  5:26 [PATCH] drivers: net: e1000: with DM_ETH needs DM_PCI too Madalin Bucur
2020-06-08  7:52 ` Priyanka Jain

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.