CONFIG_ADC_SAM0¶
Atmel SAM0 series ADC Driver
Type: bool
Help¶
Enable Atmel SAM0 MCU Family Analog-to-Digital Converter (ADC) driver.
Direct dependencies¶
SOC_FAMILY_SAM0 || SOC_FAMILY_SAM0 || (SOC_FAMILY_SAM0 && ADC)
(Includes any dependencies from ifs and menus.)
Symbols selected by this symbol¶
Kconfig definitions¶
At <Zephyr SoC>/arm/atmel_sam0/common/Kconfig.defconfig.series:8
Included via Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1 → <Zephyr SoC>/arm/atmel_sam0/Kconfig.defconfig:6
Menu path: (Top)
config ADC_SAM0
    bool
    default ADC
    depends on SOC_FAMILY_SAM0
At <Zephyr SoC>/arm/atmel_sam0/common/Kconfig.defconfig.series:8
Included via Kconfig:8 → Kconfig.zephyr:27 → <Zephyr SoC>/arm/atmel_sam0/Kconfig.defconfig:6
Menu path: (Top)
config ADC_SAM0
    bool
    default ADC
    depends on SOC_FAMILY_SAM0
At <Zephyr Driver>/adc/Kconfig.sam0:4
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:50 → <Zephyr Driver>/adc/Kconfig:49
Menu path: (Top) → Device Drivers → ADC drivers
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.)