:orphan: .. title:: choice: Max compiled-in log level for spi .. _choice_165: .. describe:: choice: Max compiled-in log level for spi *Max compiled-in log level for spi* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`SPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`SPI_LOG_LEVEL_INF ` Choice options ============== - \ :option:`SPI_LOG_LEVEL_OFF ` - \ :option:`SPI_LOG_LEVEL_ERR ` - \ :option:`SPI_LOG_LEVEL_WRN ` - \ :option:`SPI_LOG_LEVEL_INF ` - \ :option:`SPI_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:38`` → ``drivers/spi/Kconfig:36`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. parsed-literal:: choice bool "Max compiled-in log level for spi" default \ :option:`SPI_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`SPI ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*