diff mbox series

net: e1000: Depend on CONFIG_PCI

Message ID 20220426183533.3224252-1-sean.anderson@seco.com
State Accepted
Delegated to: Ramon Fried
Headers show
Series net: e1000: Depend on CONFIG_PCI | expand

Commit Message

Sean Anderson April 26, 2022, 6:35 p.m. UTC
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(+)

Comments

Tim Harvey April 26, 2022, 8:01 p.m. UTC | #1
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
Stefan Roese April 27, 2022, 5:34 a.m. UTC | #2
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
Ramon Fried April 30, 2022, 11:33 p.m. UTC | #3
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>
Tom Rini May 27, 2022, 1:29 p.m. UTC | #4
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!
diff mbox series

Patch

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