CONFIG_ADC_STM32

STM32 ADC driver

Type: bool

Help

Enable the driver implementation for the stm32xx ADC

Direct dependencies

(ADC && SOC_FAMILY_STM32) || (SOC_FAMILY_STM32 && ADC)

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At <Zephyr>/soc/arm/st_stm32/common/Kconfig.defconfig.series:69

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/st_stm32/Kconfig.defconfig:3

Menu path: (Top)

config ADC_STM32
    bool
    default y
    depends on ADC && SOC_FAMILY_STM32

At <Zephyr>/drivers/adc/Kconfig.stm32:8

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:48<Zephyr>/drivers/adc/Kconfig:49

Menu path: (Top) → Device Drivers → ADC drivers

config ADC_STM32
    bool "STM32 ADC driver"
    depends on SOC_FAMILY_STM32 && ADC
    help
      Enable the driver implementation for the stm32xx ADC

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)