CONFIG_NET_SLIP_TAP

TAP SLIP driver

Type: bool

Help

SLIP TAP support is necessary when testing with QEMU. The host needs to have tunslip6 with TAP support running in order to communicate via the SLIP driver. See net-tools project at https://github.com/zephyrproject-rtos/net-tools for more details.

Direct dependencies

!NET_RAW_MODE && NETWORKING

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

Defaults

Kconfig definition

At subsys/net/ip/Kconfig:337

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:91

Menu path: (top menu) → Networking → IP stack

config NET_SLIP_TAP
    bool
    prompt "TAP SLIP driver" if !NET_RAW_MODE && NETWORKING
    default "y" if QEMU_TARGET && !NET_TEST && !NET_L2_BT && !NET_RAW_MODE && NETWORKING
    select SLIP if !NET_RAW_MODE && NETWORKING
    select UART_PIPE if !NET_RAW_MODE && NETWORKING
    select UART_INTERRUPT_DRIVEN if !NET_RAW_MODE && NETWORKING
    select SLIP_TAP if !NET_RAW_MODE && NETWORKING
    depends on !NET_RAW_MODE && NETWORKING
    help
      SLIP TAP support is necessary when testing with QEMU. The host
      needs to have tunslip6 with TAP support running in order to
      communicate via the SLIP driver. See net-tools project at
      https://github.com/zephyrproject-rtos/net-tools for more details.

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