:orphan: .. title:: ADC_SAM_AFEC .. option:: CONFIG_ADC_SAM_AFEC *SAM ADC Driver* Type: ``bool`` Help ==== .. code-block:: none Enable Atmel SAM MCU Family Analog-to-Digital Converter (ADC) driver based on AFEC module. Direct dependencies =================== (\ :option:`ADC ` && \ :option:`SOC_SERIES_SAME70 `) || (\ :option:`ADC ` && \ :option:`SOC_SERIES_SAMV71 `) || (\ :option:`SOC_FAMILY_SAM ` && \ :option:`ADC `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/arm/atmel_sam/same70/Kconfig.defconfig.series:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/atmel_sam/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config ADC_SAM_AFEC bool default y depends on ADC && SOC_SERIES_SAME70 ---- At ``/arm/atmel_sam/samv71/Kconfig.defconfig.series:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/atmel_sam/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config ADC_SAM_AFEC bool default y depends on ADC && SOC_SERIES_SAMV71 ---- At ``/adc/Kconfig.sam_afec:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:48`` → ``/adc/Kconfig:47`` Menu path: (Top) → Device Drivers → ADC drivers .. code-block:: kconfig config ADC_SAM_AFEC bool "SAM ADC Driver" depends on SOC_FAMILY_SAM && ADC help Enable Atmel SAM MCU Family Analog-to-Digital Converter (ADC) driver based on AFEC module. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*