:orphan: .. title:: choice: Max compiled-in log level for clock control .. _choice_173: .. describe:: choice: Max compiled-in log level for clock control *Max compiled-in log level for clock control* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`CLOCK_CONTROL_LOG_LEVEL_INF ` Choice options ============== - \ :option:`CLOCK_CONTROL_LOG_LEVEL_OFF ` - \ :option:`CLOCK_CONTROL_LOG_LEVEL_ERR ` - \ :option:`CLOCK_CONTROL_LOG_LEVEL_WRN ` - \ :option:`CLOCK_CONTROL_LOG_LEVEL_INF ` - \ :option:`CLOCK_CONTROL_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:54`` → ``drivers/clock_control/Kconfig:21`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. parsed-literal:: choice bool "Max compiled-in log level for clock control" default \ :option:`CLOCK_CONTROL_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`CLOCK_CONTROL ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*