:orphan: .. title:: choice PWM_LOG_LEVEL_CHOICE: Max compiled-in log level for pwm .. _choice_308: .. describe:: choice PWM_LOG_LEVEL_CHOICE: Max compiled-in log level for pwm *Max compiled-in log level for pwm* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`PWM ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`PWM_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`PWM_LOG_LEVEL_OFF ` - \ :kconfig:`PWM_LOG_LEVEL_ERR ` - \ :kconfig:`PWM_LOG_LEVEL_WRN ` - \ :kconfig:`PWM_LOG_LEVEL_INF ` - \ :kconfig:`PWM_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:46`` → ``/pwm/Kconfig:15`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. code-block:: kconfig choice PWM_LOG_LEVEL_CHOICE bool "Max compiled-in log level for pwm" default PWM_LOG_LEVEL_INF depends on LOG && PWM *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*