:orphan: .. title:: CONFIG_SLIP_TAP .. kconfig:: CONFIG_SLIP_TAP CONFIG_SLIP_TAP ############### *Use TAP interface to host* Type: ``bool`` Help ==== .. code-block:: none In TAP the Ethernet frames are transferred over SLIP. Direct dependencies =================== \ :kconfig:`SLIP ` && \ :kconfig:`NET_DRIVERS ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`NET_L2_ETHERNET ` Symbols that select this symbol =============================== - \ :kconfig:`NET_SLIP_TAP ` Kconfig definition ================== At ``/net/Kconfig:122`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:24`` Menu path: (Top) → Device Drivers → Network Drivers → SLIP driver .. code-block:: kconfig 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.)*