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