CONFIG_SLIP_TAP

Use TAP interface to host

Type: bool

Help

In TAP the Ethernet frames are transferred over SLIP.

Direct dependencies

SLIP

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

Defaults

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At drivers/net/Kconfig:78

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:20

Menu path: (top menu) → Device Drivers → SLIP driver

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

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