CONFIG_ETH_E1000¶
Intel(R) PRO/1000 Gigabit Ethernet driver
Type: bool
Help¶
Enable Intel(R) PRO/1000 Gigabit Ethernet driver.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/ethernet/Kconfig.e1000:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:20
→ drivers/ethernet/Kconfig:50
Menu path: (Top) → Device Drivers → Ethernet Drivers
menuconfig ETH_E1000
bool "Intel(R) PRO/1000 Gigabit Ethernet driver"
depends on PCIE && NET_L2_ETHERNET
help
Enable Intel(R) PRO/1000 Gigabit Ethernet driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)