:orphan: .. title:: choice: Max compiled-in log level for Board Control .. _choice_42: .. describe:: choice: Max compiled-in log level for Board Control *Max compiled-in log level for Board Control* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`BOARD_NRF9160DK_NRF52840 ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BOARD_NRF9160DK_LOG_LEVEL_INF ` Choice options ============== - \ :option:`BOARD_NRF9160DK_LOG_LEVEL_OFF ` - \ :option:`BOARD_NRF9160DK_LOG_LEVEL_ERR ` - \ :option:`BOARD_NRF9160DK_LOG_LEVEL_WRN ` - \ :option:`BOARD_NRF9160DK_LOG_LEVEL_INF ` - \ :option:`BOARD_NRF9160DK_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:57`` → ``boards/arm/nrf9160dk_nrf52840/Kconfig:253`` Menu path: (Top) → Board Options .. parsed-literal:: choice bool "Max compiled-in log level for Board Control" default \ :option:`BOARD_NRF9160DK_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`BOARD_NRF9160DK_NRF52840 ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*