:orphan: .. title:: choice: Log level for slip driver .. _choice_161: .. describe:: choice: Log level for slip driver *Log level for slip driver* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`SLIP ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`SLIP_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :option:`SLIP_LOG_LEVEL_OFF ` - \ :option:`SLIP_LOG_LEVEL_ERR ` - \ :option:`SLIP_LOG_LEVEL_WRN ` - \ :option:`SLIP_LOG_LEVEL_INF ` - \ :option:`SLIP_LOG_LEVEL_DBG ` - \ :option:`SLIP_LOG_LEVEL_DEFAULT ` Kconfig definition ================== At ``/net/Kconfig.template.log_config.net:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:22`` → ``/net/Kconfig:111`` Menu path: (Top) → Device Drivers → SLIP driver .. code-block:: kconfig choice bool "Log level for slip driver" default SLIP_LOG_LEVEL_DEFAULT depends on LOG && SLIP *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*