:orphan: .. title:: choice: Max compiled-in log level for IEEE 802.15.4 driver .. _choice_144: .. describe:: choice: Max compiled-in log level for IEEE 802.15.4 driver *Max compiled-in log level for IEEE 802.15.4 driver* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`IEEE802154_DRIVER_LOG_LEVEL_INF ` Choice options ============== - \ :option:`IEEE802154_DRIVER_LOG_LEVEL_OFF ` - \ :option:`IEEE802154_DRIVER_LOG_LEVEL_ERR ` - \ :option:`IEEE802154_DRIVER_LOG_LEVEL_WRN ` - \ :option:`IEEE802154_DRIVER_LOG_LEVEL_INF ` - \ :option:`IEEE802154_DRIVER_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:10`` → ``drivers/ieee802154/Kconfig:136`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options .. parsed-literal:: choice bool "Max compiled-in log level for IEEE 802.15.4 driver" default \ :option:`IEEE802154_DRIVER_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`IEEE802154 ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*