The latest development version of this page may be more current than this released 2.7.5 version.
choice: Log level for Wi-Fi driver

Log level for Wi-Fi driver

Type: bool

Direct dependencies

LOG && WIFI

(Includes any dependencies from ifs and menus.)

Default

Choice options

Kconfig definition

At subsys/net/Kconfig.template.log_config.net:7

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:78drivers/wifi/Kconfig:15

Menu path: (Top) → Device Drivers → Wi-Fi Drivers

choice
    bool "Log level for Wi-Fi driver"
    default WIFI_LOG_LEVEL_DEFAULT
    depends on LOG && WIFI

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)