-
CONFIG_DMA_LOG_LEVEL
¶
(No prompt – not directly user assignable.)
Type: int
Defaults¶
- 0 if
DMA_LOG_LEVEL_OFF
&&LOG
&&DMA
- 1 if
DMA_LOG_LEVEL_ERR
&&LOG
&&DMA
- 2 if
DMA_LOG_LEVEL_WRN
&&LOG
&&DMA
- 3 if
DMA_LOG_LEVEL_INF
&&LOG
&&DMA
- 4 if
DMA_LOG_LEVEL_DBG
&&LOG
&&DMA
Kconfig definition¶
At subsys/logging/Kconfig.template.log_config:25
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:66
→ drivers/dma/Kconfig:54
Menu path: (top menu) → Device Drivers → DMA driver Configuration
config DMA_LOG_LEVEL int default 0 ifDMA_LOG_LEVEL_OFF
&&LOG
&&DMA
default 1 ifDMA_LOG_LEVEL_ERR
&&LOG
&&DMA
default 2 ifDMA_LOG_LEVEL_WRN
&&LOG
&&DMA
default 3 ifDMA_LOG_LEVEL_INF
&&LOG
&&DMA
default 4 ifDMA_LOG_LEVEL_DBG
&&LOG
&&DMA
depends onLOG
&&DMA
(Definitions include propagated dependencies, including from if’s and menus.)