The latest development version of this page may be more current than this released 1.14.1 version.
choice: Log level for WiFi driver

Log level for WiFi driver

Type: bool

Direct dependencies

LOG && WIFI

(Includes any dependencies from if’s and menus.)

Kconfig definition

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

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:76drivers/wifi/Kconfig:18

Menu path: (top menu) → Device Drivers → add support for WiFi Drivers

choice
    bool
    prompt "Log level for WiFi driver" if LOG && WIFI
    default WIFI_LOG_LEVEL_DEFAULT if LOG && WIFI
    depends on LOG && WIFI

(Definitions include propagated dependencies, including from if’s and menus.)