:orphan: .. title:: SLIP_TAP .. option:: CONFIG_SLIP_TAP *Use TAP interface to host* Type: ``bool`` Help ==== In TAP the Ethernet frames are transferred over SLIP. Direct dependencies =================== \ :option:`SLIP ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`NET_L2_ETHERNET ` Symbols that select this symbol =============================== - \ :option:`NET_SLIP_TAP ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/net/Kconfig:112`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:22`` Menu path: (Top) → Device Drivers → SLIP driver .. parsed-literal:: config SLIP_TAP bool "Use TAP interface to host" default y select \ :option:`NET_L2_ETHERNET ` depends on \ :option:`SLIP ` help In TAP the Ethernet frames are transferred over SLIP. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*