:orphan: .. title:: CONFIG_ADC_STM32 .. kconfig:: CONFIG_ADC_STM32 CONFIG_ADC_STM32 ################ *STM32 ADC driver* Type: ``bool`` Help ==== .. code-block:: none Enable the driver implementation for the stm32xx ADC Direct dependencies =================== (\ :kconfig:`ADC ` && \ :kconfig:`SOC_FAMILY_STM32 `) || (\ :kconfig:`ADC ` && \ :kconfig:`SOC_FAMILY_STM32 `) || (\ :kconfig:`SOC_FAMILY_STM32 ` && \ :kconfig:`ADC `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/arm/st_stm32/common/Kconfig.defconfig.series:63`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config ADC_STM32 bool default y depends on ADC && SOC_FAMILY_STM32 ---- At ``/arm/st_stm32/common/Kconfig.defconfig.series:63`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config ADC_STM32 bool default y depends on ADC && SOC_FAMILY_STM32 ---- At ``/adc/Kconfig.stm32:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:50`` → ``/adc/Kconfig:51`` Menu path: (Top) → Device Drivers → ADC drivers .. code-block:: kconfig 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.)*