- choice FLASH_LOG_LEVEL_CHOICE: Max compiled-in log level for flash
Max compiled-in log level for flash
Type: bool
Direct dependencies
(FLASH_MCUX_FLEXSPI_XIP
&& SOC_SERIES_IMX_RT
) || (FLASH_MCUX_FLEXSPI_XIP
&& SOC_SERIES_IMX_RT6XX
) || (LOG
&& FLASH
)
(Includes any dependencies from ifs and menus.)
Defaults
Choice options
Kconfig definitions
At <SoC>/arm/nxp_imx/rt/Kconfig.defconfig.series:62
Included via Kconfig:8
→ Kconfig.zephyr:27
→ <SoC>/arm/nxp_imx/Kconfig.defconfig:8
Menu path: (Top)
choice FLASH_LOG_LEVEL_CHOICE
bool
default FLASH_LOG_LEVEL_OFF
depends on FLASH_MCUX_FLEXSPI_XIP && SOC_SERIES_IMX_RT
At <SoC>/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:39
Included via Kconfig:8
→ Kconfig.zephyr:27
→ <SoC>/arm/nxp_imx/Kconfig.defconfig:8
Menu path: (Top)
choice FLASH_LOG_LEVEL_CHOICE
bool
default FLASH_LOG_LEVEL_OFF
depends on FLASH_MCUX_FLEXSPI_XIP && SOC_SERIES_IMX_RT6XX
At <Subsystem>/logging/Kconfig.template.log_config:3
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Driver>/Kconfig:62
→ <Driver>/flash/Kconfig:44
Menu path: (Top) → Device Drivers → Flash hardware support
choice FLASH_LOG_LEVEL_CHOICE
bool "Max compiled-in log level for flash"
default FLASH_LOG_LEVEL_INF
depends on LOG && FLASH
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)