The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_ADC_LOG_LEVEL

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

LOG && ADC

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/logging/Kconfig.template.log_config:25

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:46drivers/adc/Kconfig:36

Menu path: (top menu) → Device Drivers → ADC drivers

config ADC_LOG_LEVEL
    int
    default 0 if ADC_LOG_LEVEL_OFF && LOG && ADC
    default 1 if ADC_LOG_LEVEL_ERR && LOG && ADC
    default 2 if ADC_LOG_LEVEL_WRN && LOG && ADC
    default 3 if ADC_LOG_LEVEL_INF && LOG && ADC
    default 4 if ADC_LOG_LEVEL_DBG && LOG && ADC
    depends on LOG && ADC

(Definitions include propagated dependencies, including from if’s and menus.)