-
CONFIG_I2S_LOG_LEVEL
¶
(No prompt – not directly user assignable.)
Type: int
Defaults¶
- 0 if
I2S_LOG_LEVEL_OFF
&&LOG
&&I2S
- 1 if
I2S_LOG_LEVEL_ERR
&&LOG
&&I2S
- 2 if
I2S_LOG_LEVEL_WRN
&&LOG
&&I2S
- 3 if
I2S_LOG_LEVEL_INF
&&LOG
&&I2S
- 4 if
I2S_LOG_LEVEL_DBG
&&LOG
&&I2S
Kconfig definition¶
At subsys/logging/Kconfig.template.log_config:25
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:40
→ drivers/i2s/Kconfig:25
Menu path: (top menu) → Device Drivers → I2S bus drivers
config I2S_LOG_LEVEL int default 0 ifI2S_LOG_LEVEL_OFF
&&LOG
&&I2S
default 1 ifI2S_LOG_LEVEL_ERR
&&LOG
&&I2S
default 2 ifI2S_LOG_LEVEL_WRN
&&LOG
&&I2S
default 3 ifI2S_LOG_LEVEL_INF
&&LOG
&&I2S
default 4 ifI2S_LOG_LEVEL_DBG
&&LOG
&&I2S
depends onLOG
&&I2S
(Definitions include propagated dependencies, including from if’s and menus.)