-
CONFIG_CLOCK_CONTROL_LOG_LEVEL
¶
(No prompt – not directly user assignable.)
Type: int
Defaults¶
- 0 if
CLOCK_CONTROL_LOG_LEVEL_OFF
&&LOG
&&CLOCK_CONTROL
- 1 if
CLOCK_CONTROL_LOG_LEVEL_ERR
&&LOG
&&CLOCK_CONTROL
- 2 if
CLOCK_CONTROL_LOG_LEVEL_WRN
&&LOG
&&CLOCK_CONTROL
- 3 if
CLOCK_CONTROL_LOG_LEVEL_INF
&&LOG
&&CLOCK_CONTROL
- 4 if
CLOCK_CONTROL_LOG_LEVEL_DBG
&&LOG
&&CLOCK_CONTROL
Kconfig definition¶
At subsys/logging/Kconfig.template.log_config:25
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:54
→ drivers/clock_control/Kconfig:24
Menu path: (top menu) → Device Drivers → Hardware clock controller support
config CLOCK_CONTROL_LOG_LEVEL int default 0 ifCLOCK_CONTROL_LOG_LEVEL_OFF
&&LOG
&&CLOCK_CONTROL
default 1 ifCLOCK_CONTROL_LOG_LEVEL_ERR
&&LOG
&&CLOCK_CONTROL
default 2 ifCLOCK_CONTROL_LOG_LEVEL_WRN
&&LOG
&&CLOCK_CONTROL
default 3 ifCLOCK_CONTROL_LOG_LEVEL_INF
&&LOG
&&CLOCK_CONTROL
default 4 ifCLOCK_CONTROL_LOG_LEVEL_DBG
&&LOG
&&CLOCK_CONTROL
depends onLOG
&&CLOCK_CONTROL
(Definitions include propagated dependencies, including from if’s and menus.)