:orphan: .. title:: choice: Max compiled-in log level for led .. _choice_308: .. describe:: choice: Max compiled-in log level for led *Max compiled-in log level for led* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`LED ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`LED_LOG_LEVEL_INF ` Choice options ============== - \ :option:`LED_LOG_LEVEL_OFF ` - \ :option:`LED_LOG_LEVEL_ERR ` - \ :option:`LED_LOG_LEVEL_WRN ` - \ :option:`LED_LOG_LEVEL_INF ` - \ :option:`LED_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:78`` → ``drivers/led/Kconfig:15`` Menu path: (Top) → Device Drivers → LED drivers .. parsed-literal:: choice bool "Max compiled-in log level for led" default \ :option:`LED_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`LED ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*