: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 ================== .. highlight:: kconfig At ``drivers/net/Kconfig:86`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:22`` Menu path: (Top) → Device Drivers .. parsed-literal:: menuconfig SLIP bool "SLIP driver" select \ :option:`UART_PIPE ` select \ :option:`UART_INTERRUPT_DRIVEN ` depends on (!\ :option:`QEMU_TARGET ` || \ :option:`NET_QEMU_SLIP `) && \ :option:`NET_NATIVE ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*