:orphan: .. title:: choice TFM_PARTITION_LOG_LEVEL: TF-M Partition Log Level .. _choice_38: .. describe:: choice TFM_PARTITION_LOG_LEVEL: TF-M Partition Log Level *TF-M Partition Log Level* Type: ``bool`` Direct dependencies =================== \ :kconfig:`BUILD_WITH_TFM ` && 0 *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`TFM_PARTITION_LOG_LEVEL_INFO ` Choice options ============== - \ :kconfig:`TFM_PARTITION_LOG_LEVEL_DEBUG ` - \ :kconfig:`TFM_PARTITION_LOG_LEVEL_INFO ` - \ :kconfig:`TFM_PARTITION_LOG_LEVEL_ERROR ` - \ :kconfig:`TFM_PARTITION_LOG_LEVEL_SILENCE ` Kconfig definition ================== At ``/trusted-firmware-m/Kconfig.tfm.partitions:77`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:80`` → ``/trusted-firmware-m/Kconfig:8`` Menu path: (Top) → Modules → Build with TF-M as the Secure Execution Environment .. code-block:: kconfig choice TFM_PARTITION_LOG_LEVEL bool "TF-M Partition Log Level" default TFM_PARTITION_LOG_LEVEL_INFO depends on BUILD_WITH_TFM && 0 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*