:orphan: .. title:: ETH_NATIVE_POSIX .. option:: CONFIG_ETH_NATIVE_POSIX *Native Posix Ethernet driver* Type: ``bool`` Help ==== Enable native posix ethernet driver. Note, this driver is run inside a process in your host system. Direct dependencies =================== (\ :option:`NETWORKING ` && \ :option:`BOARD_NATIVE_POSIX `) || (\ :option:`ARCH_POSIX ` && \ :option:`NET_L2_ETHERNET `) *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`NET_L2_ETHERNET ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/posix/native_posix/Kconfig.defconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config ETH_NATIVE_POSIX bool default y if \ :option:`NET_L2_ETHERNET ` depends on \ :option:`NETWORKING ` && \ :option:`BOARD_NATIVE_POSIX ` ---- At ``drivers/ethernet/Kconfig.native_posix:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:20`` → ``drivers/ethernet/Kconfig:54`` Menu path: (Top) → Device Drivers → Ethernet Drivers .. parsed-literal:: menuconfig ETH_NATIVE_POSIX bool "Native Posix Ethernet driver" depends on \ :option:`ARCH_POSIX ` && \ :option:`NET_L2_ETHERNET ` help Enable native posix ethernet driver. Note, this driver is run inside a process in your host system. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*