The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SLIP

SLIP driver

Type: bool

Direct dependencies

!QEMU_TARGET || NET_QEMU_SLIP

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At drivers/net/Kconfig:6

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:20

Menu path: (top menu) → Device Drivers

menuconfig SLIP
    bool
    prompt "SLIP driver" if !QEMU_TARGET || NET_QEMU_SLIP
    select UART_PIPE if !QEMU_TARGET || NET_QEMU_SLIP
    select UART_INTERRUPT_DRIVEN if !QEMU_TARGET || NET_QEMU_SLIP
    depends on !QEMU_TARGET || NET_QEMU_SLIP

(Definitions include propagated dependencies, including from if’s and menus.)