-
CONFIG_SPI_LOG_LEVEL
¶
(No prompt – not directly user assignable.)
Type: int
Defaults¶
- 0 if
SPI_LOG_LEVEL_OFF
&&LOG
&&SPI
- 1 if
SPI_LOG_LEVEL_ERR
&&LOG
&&SPI
- 2 if
SPI_LOG_LEVEL_WRN
&&LOG
&&SPI
- 3 if
SPI_LOG_LEVEL_INF
&&LOG
&&SPI
- 4 if
SPI_LOG_LEVEL_DBG
&&LOG
&&SPI
Kconfig definition¶
At subsys/logging/Kconfig.template.log_config:25
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:36
→ drivers/spi/Kconfig:40
Menu path: (top menu) → Device Drivers → SPI hardware bus support
config SPI_LOG_LEVEL int default 0 ifSPI_LOG_LEVEL_OFF
&&LOG
&&SPI
default 1 ifSPI_LOG_LEVEL_ERR
&&LOG
&&SPI
default 2 ifSPI_LOG_LEVEL_WRN
&&LOG
&&SPI
default 3 ifSPI_LOG_LEVEL_INF
&&LOG
&&SPI
default 4 ifSPI_LOG_LEVEL_DBG
&&LOG
&&SPI
depends onLOG
&&SPI
(Definitions include propagated dependencies, including from if’s and menus.)