:orphan: .. title:: choice: Log level for DSA .. _choice_288: .. describe:: choice: Log level for DSA *Log level for DSA* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NET_LOG ` && \ :kconfig:`NET_DSA ` && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`NET_DSA_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :kconfig:`NET_DSA_LOG_LEVEL_OFF ` - \ :kconfig:`NET_DSA_LOG_LEVEL_ERR ` - \ :kconfig:`NET_DSA_LOG_LEVEL_WRN ` - \ :kconfig:`NET_DSA_LOG_LEVEL_INF ` - \ :kconfig:`NET_DSA_LOG_LEVEL_DBG ` - \ :kconfig:`NET_DSA_LOG_LEVEL_DEFAULT ` Kconfig definition ================== At ``/net/Kconfig.template.log_config.net:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:59`` → ``/ethernet/Kconfig.dsa:47`` Menu path: (Top) → Device Drivers → Ethernet Drivers → Distributed Switch Architecture support .. code-block:: kconfig choice bool "Log level for DSA" default NET_DSA_LOG_LEVEL_DEFAULT depends on NET_LOG && NET_DSA && NET_L2_ETHERNET *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*