-
CONFIG_RTC_LOG_LEVEL
¶
(No prompt – not directly user assignable.)
Type: int
Defaults¶
- 0 if
RTC_LOG_LEVEL_OFF
&&LOG
&&RTC
- 1 if
RTC_LOG_LEVEL_ERR
&&LOG
&&RTC
- 2 if
RTC_LOG_LEVEL_WRN
&&LOG
&&RTC
- 3 if
RTC_LOG_LEVEL_INF
&&LOG
&&RTC
- 4 if
RTC_LOG_LEVEL_DBG
&&LOG
&&RTC
Kconfig definition¶
At subsys/logging/Kconfig.template.log_config:25
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:48
→ drivers/rtc/Kconfig:21
Menu path: (top menu) → Device Drivers → Real-Time Clock
config RTC_LOG_LEVEL int default 0 ifRTC_LOG_LEVEL_OFF
&&LOG
&&RTC
default 1 ifRTC_LOG_LEVEL_ERR
&&LOG
&&RTC
default 2 ifRTC_LOG_LEVEL_WRN
&&LOG
&&RTC
default 3 ifRTC_LOG_LEVEL_INF
&&LOG
&&RTC
default 4 ifRTC_LOG_LEVEL_DBG
&&LOG
&&RTC
depends onLOG
&&RTC
(Definitions include propagated dependencies, including from if’s and menus.)