From: Sean Anderson Date: Tue, 26 Apr 2022 18:35:33 +0000 (-0400) Subject: net: e1000: Depend on CONFIG_PCI X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=d64ac8549d97cfc37bd629a60f0d502bcd3ee9c7;p=u-boot.git net: e1000: Depend on CONFIG_PCI This driver depends on PCI. Update the Kconfig accordingly. Signed-off-by: Sean Anderson Reviewed-by: Tim Harvey Reviewed-by: Stefan Roese Reviewed-by: Ramon Fried --- diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 7fe0e00649..84d859c21e 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