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