:orphan: .. title:: choice RPMSG_MULTI_INSTANCE_LOG_LEVEL_CHOICE: Max compiled-in log level for RPMsg multi instance .. _choice_522: .. describe:: choice RPMSG_MULTI_INSTANCE_LOG_LEVEL_CHOICE: Max compiled-in log level for RPMsg multi instance *Max compiled-in log level for RPMsg multi instance* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`RPMSG_MULTI_INSTANCE ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`RPMSG_MULTI_INSTANCE_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`RPMSG_MULTI_INSTANCE_LOG_LEVEL_OFF ` - \ :kconfig:`RPMSG_MULTI_INSTANCE_LOG_LEVEL_ERR ` - \ :kconfig:`RPMSG_MULTI_INSTANCE_LOG_LEVEL_WRN ` - \ :kconfig:`RPMSG_MULTI_INSTANCE_LOG_LEVEL_INF ` - \ :kconfig:`RPMSG_MULTI_INSTANCE_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:27`` → ``/ipc/Kconfig:9`` → ``/ipc/rpmsg_multi_instance/Kconfig:73`` Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication → RPMsg multiple instance .. code-block:: kconfig choice RPMSG_MULTI_INSTANCE_LOG_LEVEL_CHOICE bool "Max compiled-in log level for RPMsg multi instance" default RPMSG_MULTI_INSTANCE_LOG_LEVEL_INF depends on LOG && RPMSG_MULTI_INSTANCE *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*