:orphan: .. title:: CONFIG_ETH_E1000 .. kconfig:: CONFIG_ETH_E1000 CONFIG_ETH_E1000 ################ *Intel(R) PRO/1000 Gigabit Ethernet driver* Type: ``bool`` Help ==== .. code-block:: none Enable Intel(R) PRO/1000 Gigabit Ethernet driver. Direct dependencies =================== \ :kconfig:`PCIE ` && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/ethernet/Kconfig.e1000:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:50`` Menu path: (Top) → Device Drivers → Ethernet Drivers .. code-block:: kconfig 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.)*