:orphan: .. title:: SLIP .. option:: CONFIG_SLIP *SLIP driver* Type: ``bool`` Direct dependencies =================== (!\ :option:`QEMU_TARGET ` || \ :option:`NET_QEMU_SLIP `) && \ :option:`NET_NATIVE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`UART_PIPE ` - \ :option:`UART_INTERRUPT_DRIVEN ` Symbols that select this symbol =============================== - \ :option:`NET_SLIP_TAP ` Kconfig definition ================== At ``/net/Kconfig:92`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:22`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig SLIP bool "SLIP driver" select UART_PIPE select UART_INTERRUPT_DRIVEN depends on (!QEMU_TARGET || NET_QEMU_SLIP) && NET_NATIVE *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*