:orphan: .. title:: ADC_SAM0 .. option:: CONFIG_ADC_SAM0 *Atmel SAM0 series ADC Driver* Type: ``bool`` Help ==== .. code-block:: none Enable Atmel SAM0 MCU Family Analog-to-Digital Converter (ADC) driver. Direct dependencies =================== \ :option:`SOC_FAMILY_SAM0 ` || (\ :option:`SOC_FAMILY_SAM0 ` && \ :option:`ADC `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`ADC ` - y Symbols selected by this symbol =============================== - \ :option:`ADC_CONFIGURABLE_INPUTS ` Kconfig definitions =================== At ``/arm/atmel_sam0/common/Kconfig.defconfig.series:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/atmel_sam0/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config ADC_SAM0 bool default ADC depends on SOC_FAMILY_SAM0 ---- At ``/adc/Kconfig.sam0:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:48`` → ``/adc/Kconfig:49`` Menu path: (Top) → Device Drivers → ADC drivers .. code-block:: kconfig config ADC_SAM0 bool "Atmel SAM0 series ADC Driver" default y select ADC_CONFIGURABLE_INPUTS depends on SOC_FAMILY_SAM0 && ADC help Enable Atmel SAM0 MCU Family Analog-to-Digital Converter (ADC) driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*