:orphan: .. title:: choice RPMSG_SERVICE_LOG_LEVEL_CHOICE: Max compiled-in log level for RPMsg service and backend .. _choice_520: .. describe:: choice RPMSG_SERVICE_LOG_LEVEL_CHOICE: Max compiled-in log level for RPMsg service and backend *Max compiled-in log level for RPMsg service and backend* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`RPMSG_SERVICE ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`RPMSG_SERVICE_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`RPMSG_SERVICE_LOG_LEVEL_OFF ` - \ :kconfig:`RPMSG_SERVICE_LOG_LEVEL_ERR ` - \ :kconfig:`RPMSG_SERVICE_LOG_LEVEL_WRN ` - \ :kconfig:`RPMSG_SERVICE_LOG_LEVEL_INF ` - \ :kconfig:`RPMSG_SERVICE_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:27`` → ``/ipc/Kconfig:8`` → ``/ipc/rpmsg_service/Kconfig:124`` Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication → RPMsg service for multiple users .. code-block:: kconfig choice RPMSG_SERVICE_LOG_LEVEL_CHOICE bool "Max compiled-in log level for RPMsg service and backend" default RPMSG_SERVICE_LOG_LEVEL_INF depends on LOG && RPMSG_SERVICE *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*