CONFIG_ETH_E1000¶
Intel(R) PRO/1000 Gigabit Ethernet driver
Type: bool
Help¶
Enable Intel(R) PRO/1000 Gigabit Ethernet driver.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/ethernet/Kconfig.e1000:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:20 → <Zephyr Driver>/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.)