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

* Re: [PATCH] net: e1000: Depend on CONFIG_PCI
  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
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Tim Harvey @ 2022-04-26 20:01 UTC (permalink / raw)
  To: Sean Anderson; +Cc: Joe Hershberger, Ramon Fried, u-boot, Stefan Roese

On Tue, Apr 26, 2022 at 11:35 AM Sean Anderson <sean.anderson@seco.com> wrote:
>
> 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
>

Makes sense,

Reviewed-by: Tim Harvey <tharvey@gateworks.com>

Best Regards,

Tim

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

* Re: [PATCH] net: e1000: Depend on CONFIG_PCI
  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
  3 siblings, 0 replies; 5+ messages in thread
From: Stefan Roese @ 2022-04-27  5:34 UTC (permalink / raw)
  To: Sean Anderson, Joe Hershberger, Ramon Fried, u-boot; +Cc: Tim Harvey

On 4/26/22 20:35, Sean Anderson wrote:
> This driver depends on PCI. Update the Kconfig accordingly.
> 
> Signed-off-by: Sean Anderson <sean.anderson@seco.com>

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

> ---
> 
>   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

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de

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

* Re: [PATCH] net: e1000: Depend on CONFIG_PCI
  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
  3 siblings, 0 replies; 5+ messages in thread
From: Ramon Fried @ 2022-04-30 23:33 UTC (permalink / raw)
  To: Sean Anderson
  Cc: Joe Hershberger, U-Boot Mailing List, Stefan Roese, Tim Harvey

On Tue, Apr 26, 2022 at 9:35 PM Sean Anderson <sean.anderson@seco.com> wrote:
>
> 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
>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>

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

* Re: [PATCH] net: e1000: Depend on CONFIG_PCI
  2022-04-26 18:35 [PATCH] net: e1000: Depend on CONFIG_PCI Sean Anderson
                   ` (2 preceding siblings ...)
  2022-04-30 23:33 ` Ramon Fried
@ 2022-05-27 13:29 ` Tom Rini
  3 siblings, 0 replies; 5+ messages in thread
From: Tom Rini @ 2022-05-27 13:29 UTC (permalink / raw)
  To: Sean Anderson
  Cc: Joe Hershberger, Ramon Fried, u-boot, Stefan Roese, Tim Harvey

[-- Attachment #1: Type: text/plain, Size: 383 bytes --]

On Tue, Apr 26, 2022 at 02:35:33PM -0400, Sean Anderson wrote:

> This driver depends on PCI. Update the Kconfig accordingly.
> 
> Signed-off-by: Sean Anderson <sean.anderson@seco.com>
> Reviewed-by: Tim Harvey <tharvey@gateworks.com>
> Reviewed-by: Stefan Roese <sr@denx.de>
> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[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.