CONFIG_SLIP¶
SLIP driver
Type: bool
Defaults¶
No defaults. Implicitly defaults to n.
Symbols selected by this symbol¶
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr Driver>/net/Kconfig:97
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:24
Menu path: (Top) → Device Drivers → Network Drivers
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.)