diff options
| author | Sean Anderson <[email protected]> | 2022-04-26 14:35:33 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-05-26 10:32:27 -0400 |
| commit | d64ac8549d97cfc37bd629a60f0d502bcd3ee9c7 (patch) | |
| tree | 6d64f247c0585aab38adf27f6b164493f569cdef | |
| parent | d051a91c8dcb27a2f5377cee044d5376e91c372b (diff) | |
net: e1000: Depend on CONFIG_PCI
This driver depends on PCI. Update the Kconfig accordingly.
Signed-off-by: Sean Anderson <[email protected]>
Reviewed-by: Tim Harvey <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Reviewed-by: Ramon Fried <[email protected]>
| -rw-r--r-- | drivers/net/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 7fe0e00649c..84d859c21eb 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 |
