:orphan: .. title:: choice: Max compiled-in log level for regulator .. _choice_323: .. describe:: choice: Max compiled-in log level for regulator *Max compiled-in log level for regulator* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`REGULATOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`REGULATOR_LOG_LEVEL_INF ` Choice options ============== - \ :option:`REGULATOR_LOG_LEVEL_OFF ` - \ :option:`REGULATOR_LOG_LEVEL_ERR ` - \ :option:`REGULATOR_LOG_LEVEL_WRN ` - \ :option:`REGULATOR_LOG_LEVEL_INF ` - \ :option:`REGULATOR_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:102`` → ``drivers/regulator/Kconfig:14`` Menu path: (Top) → Device Drivers → Regulator drivers .. parsed-literal:: choice bool "Max compiled-in log level for regulator" default \ :option:`REGULATOR_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`REGULATOR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*