:orphan: .. title:: ADC_STM32 .. option:: CONFIG_ADC_STM32 *STM32 ADC driver* Type: ``bool`` Help ==== Enable the driver implementation for the stm32xx ADC Direct dependencies =================== (\ :option:`ADC ` && \ :option:`SOC_FAMILY_STM32 `) || (\ :option:`SOC_FAMILY_STM32 ` && \ :option:`ADC `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/st_stm32/common/Kconfig.defconfig.series:59`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config ADC_STM32 bool default y depends on \ :option:`ADC ` && \ :option:`SOC_FAMILY_STM32 ` ---- At ``drivers/adc/Kconfig.stm32:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:48`` → ``drivers/adc/Kconfig:49`` Menu path: (Top) → Device Drivers → ADC drivers .. parsed-literal:: config ADC_STM32 bool "STM32 ADC driver" depends on \ :option:`SOC_FAMILY_STM32 ` && \ :option:`ADC ` help Enable the driver implementation for the stm32xx ADC *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*