:orphan: .. title:: choice: Log level for ppp L2 layer .. _choice_552: .. describe:: choice: Log level for ppp L2 layer *Log level for ppp L2 layer* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NET_LOG ` && \ :kconfig:`NET_L2_PPP ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`NET_L2_PPP_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :kconfig:`NET_L2_PPP_LOG_LEVEL_OFF ` - \ :kconfig:`NET_L2_PPP_LOG_LEVEL_ERR ` - \ :kconfig:`NET_L2_PPP_LOG_LEVEL_WRN ` - \ :kconfig:`NET_L2_PPP_LOG_LEVEL_INF ` - \ :kconfig:`NET_L2_PPP_LOG_LEVEL_DBG ` - \ :kconfig:`NET_L2_PPP_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:73`` → ``/net/l2/ppp/Kconfig:85`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → Enable point-to-point (PPP) support [EXPERIMENTAL] .. code-block:: kconfig choice bool "Log level for ppp L2 layer" default NET_L2_PPP_LOG_LEVEL_DEFAULT depends on NET_LOG && NET_L2_PPP && NETWORKING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*