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