CONFIG_ETH_E1000

Intel(R) PRO/1000 Gigabit Ethernet driver

Type: bool

Help

Enable Intel(R) PRO/1000 Gigabit Ethernet driver.

Direct dependencies

PCIE && NET_L2_ETHERNET

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/ethernet/Kconfig.e1000:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:20<Zephyr>/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.)