:orphan: .. title:: CONFIG_SLIP_DRV_NAME .. kconfig:: CONFIG_SLIP_DRV_NAME CONFIG_SLIP_DRV_NAME #################### *SLIP Driver name* Type: ``string`` Help ==== .. code-block:: none This option sets the driver name Direct dependencies =================== \ :kconfig:`SLIP ` && \ :kconfig:`NET_DRIVERS ` *(Includes any dependencies from ifs and menus.)* Default ======= - "slip" Kconfig definition ================== At ``/net/Kconfig:105`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:24`` Menu path: (Top) → Device Drivers → Network Drivers → SLIP driver .. code-block:: kconfig config SLIP_DRV_NAME string "SLIP Driver name" default "slip" depends on SLIP && NET_DRIVERS help This option sets the driver name *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*