:orphan: .. title:: choice BPWR_SIMULATOR_LOG_LEVEL_CHOICE: Max compiled-in log level for ANT+ BPWR Simulator .. _choice_6: .. describe:: choice BPWR_SIMULATOR_LOG_LEVEL_CHOICE: Max compiled-in log level for ANT+ BPWR Simulator *Max compiled-in log level for ANT+ BPWR Simulator* Type: ``bool`` Direct dependencies =================== LOG && \ :option:`ANT_BPWR_SIMULATOR ` && \ :option:`ANT_BPWR ` && \ :option:`ANT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BPWR_SIMULATOR_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :option:`BPWR_SIMULATOR_LOG_LEVEL_OFF ` - \ :option:`BPWR_SIMULATOR_LOG_LEVEL_ERR ` - \ :option:`BPWR_SIMULATOR_LOG_LEVEL_WRN ` - \ :option:`BPWR_SIMULATOR_LOG_LEVEL_INF ` - \ :option:`BPWR_SIMULATOR_LOG_LEVEL_DBG ` - \ :option:`BPWR_SIMULATOR_LOG_LEVEL_DEFAULT ` Kconfig definition ================== .. highlight:: kconfig At ``C:/ncs/main/zephyr/subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:35`` → ``lib/Kconfig:13`` → ``lib\ant_profiles/Kconfig:10`` → ``lib\ant_profiles\ant_bpwr/Kconfig:25`` → ``lib\ant_profiles\ant_bpwr\simulator/Kconfig:12`` Menu path: (Top) → ANT Wireless → ANT+ Bicycle Power profile .. parsed-literal:: choice BPWR_SIMULATOR_LOG_LEVEL_CHOICE bool "Max compiled-in log level for ANT+ BPWR Simulator" default \ :option:`BPWR_SIMULATOR_LOG_LEVEL_DEFAULT ` depends on LOG && \ :option:`ANT_BPWR_SIMULATOR ` && \ :option:`ANT_BPWR ` && \ :option:`ANT ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*