The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_SLIP_TAP

Use TAP interface to host

Type: bool

Help

In TAP the Ethernet frames are transferred over SLIP.

Direct dependencies

SLIP && NET_DRIVERS

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At drivers/net/Kconfig:122

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:24

Menu path: (Top) → Device Drivers → Network Drivers → SLIP driver

config SLIP_TAP
    bool "Use TAP interface to host"
    default y
    select NET_L2_ETHERNET
    depends on SLIP && NET_DRIVERS
    help
      In TAP the Ethernet frames are transferred over SLIP.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)