From: Sean Anderson Date: Tue, 26 Apr 2022 18:35:33 +0000 (-0400) Subject: net: e1000: Depend on CONFIG_PCI X-Git-Tag: baikal/mips/sdk5.9~3^2~40^2 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=bfc6eba48cfb08b7d9b987737d97dda8060fbe84;p=uboot.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