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