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

(NETWORKING && BOARD_NATIVE_POSIX) || (ARCH_POSIX && NET_L2_ETHERNET)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At boards/posix/native_posix/Kconfig.defconfig:21

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config ETH_NATIVE_POSIX
    bool
    default "y" if NET_L2_ETHERNET && NETWORKING && BOARD_NATIVE_POSIX
    depends on NETWORKING && BOARD_NATIVE_POSIX

At drivers/ethernet/Kconfig.native_posix:7

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:18drivers/ethernet/Kconfig:40

Menu path: (top menu) → Device Drivers → Ethernet Drivers

menuconfig ETH_NATIVE_POSIX
    bool
    prompt "Native Posix Ethernet driver" if ARCH_POSIX && NET_L2_ETHERNET
    depends on ARCH_POSIX && NET_L2_ETHERNET
    help
      Enable native posix ethernet driver. Note, this driver is run inside
      a process in your host system.

(Definitions include propagated dependencies, including from if’s and menus.)