:orphan: .. title:: CONFIG_ADC_SAM0 .. kconfig:: CONFIG_ADC_SAM0 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 =================== \ :kconfig:`SOC_FAMILY_SAM0 ` || \ :kconfig:`SOC_FAMILY_SAM0 ` || (\ :kconfig:`SOC_FAMILY_SAM0 ` && \ :kconfig:`ADC `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :kconfig:`ADC ` - \ :kconfig:`ADC ` - y Symbols selected by this symbol =============================== - \ :kconfig:`ADC_CONFIGURABLE_INPUTS ` Kconfig definitions =================== At ``/arm/atmel_sam0/common/Kconfig.defconfig.series:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/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 ``/arm/atmel_sam0/common/Kconfig.defconfig.series:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/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:42`` → ``/Kconfig:50`` → ``/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.)*