The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_SLIP_DRV_NAME

SLIP Driver name

Type: string

Help

This option sets the driver name

Direct dependencies

SLIP

(Includes any dependencies from ifs and menus.)

Default

  • “slip”

Kconfig definition

At drivers/net/Kconfig:101

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:22

Menu path: (Top) → Device Drivers → SLIP driver

config SLIP_DRV_NAME
    string "SLIP Driver name"
    default "slip"
    depends on SLIP
    help
      This option sets the driver name

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)