:orphan: .. title:: SLIP_DRV_NAME .. option:: CONFIG_SLIP_DRV_NAME *SLIP Driver name* Type: ``string`` Help ==== This option sets the driver name Direct dependencies =================== \ :option:`SLIP ` *(Includes any dependencies from ifs and menus.)* Default ======= - "slip" Kconfig definition ================== .. highlight:: kconfig At ``drivers/net/Kconfig:95`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:22`` Menu path: (Top) → Device Drivers → SLIP driver .. parsed-literal:: config SLIP_DRV_NAME string "SLIP Driver name" default "slip" depends on \ :option:`SLIP ` help This option sets the driver name *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*