CONFIG_NET_DSA_LOG_LEVEL_OFF¶
Off
Type: bool
Help¶
Do not write to log.
Kconfig definition¶
At <Zephyr Subsystem>/net/Kconfig.template.log_config.net:16
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:20 → <Zephyr Driver>/ethernet/Kconfig:59 → <Zephyr Driver>/ethernet/Kconfig.dsa:47
Menu path: (Top) → Device Drivers → Ethernet Drivers → Distributed Switch Architecture support → Log level for DSA
config NET_DSA_LOG_LEVEL_OFF
    bool "Off"
    depends on <choice>
    help
      Do not write to log.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)