:orphan: .. title:: ETH_E1000 .. option:: CONFIG_ETH_E1000 *Intel(R) PRO/1000 Gigabit Ethernet driver* Type: ``bool`` Help ==== Enable Intel(R) PRO/1000 Gigabit Ethernet driver. Direct dependencies =================== \ :option:`PCIE ` && \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/ethernet/Kconfig.e1000:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:20`` → ``drivers/ethernet/Kconfig:50`` Menu path: (Top) → Device Drivers → Ethernet Drivers .. parsed-literal:: menuconfig ETH_E1000 bool "Intel(R) PRO/1000 Gigabit Ethernet driver" depends on \ :option:`PCIE ` && \ :option:`NET_L2_ETHERNET ` help Enable Intel(R) PRO/1000 Gigabit Ethernet driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*