:orphan: .. title:: choice: Log level for IP-to-IP tunnel .. _choice_545: .. describe:: choice: Log level for IP-to-IP tunnel *Log level for IP-to-IP tunnel* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NET_LOG ` && \ :kconfig:`NET_L2_IPIP ` && \ :kconfig:`NET_L2_VIRTUAL ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`NET_L2_IPIP_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :kconfig:`NET_L2_IPIP_LOG_LEVEL_OFF ` - \ :kconfig:`NET_L2_IPIP_LOG_LEVEL_ERR ` - \ :kconfig:`NET_L2_IPIP_LOG_LEVEL_WRN ` - \ :kconfig:`NET_L2_IPIP_LOG_LEVEL_INF ` - \ :kconfig:`NET_L2_IPIP_LOG_LEVEL_DBG ` - \ :kconfig:`NET_L2_IPIP_LOG_LEVEL_DEFAULT ` Kconfig definition ================== At ``/net/Kconfig.template.log_config.net:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:85`` → ``/net/l2/Kconfig:69`` → ``/net/l2/virtual/Kconfig:35`` → ``/net/l2/virtual/ipip/Kconfig:27`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → Enable virtual L2 support → Enable IP-to-IP tunneling support .. code-block:: kconfig choice bool "Log level for IP-to-IP tunnel" default NET_L2_IPIP_LOG_LEVEL_DEFAULT depends on NET_LOG && NET_L2_IPIP && NET_L2_VIRTUAL && NETWORKING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*