The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_ADC_MCUX_ADC16_ENABLE_EDMA

Enable EDMA for adc driver

Type: bool

Help

Enable the MCUX ADC16 driver.

Direct dependencies

HAS_MCUX_ADC16 && HAS_MCUX_EDMA && ADC_MCUX_ADC16 && ADC

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/adc/Kconfig.mcux:56

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:48drivers/adc/Kconfig:43

Menu path: (Top) → Device Drivers → ADC drivers

config ADC_MCUX_ADC16_ENABLE_EDMA
    bool "Enable EDMA for adc driver"
    depends on HAS_MCUX_ADC16 && HAS_MCUX_EDMA && ADC_MCUX_ADC16 && ADC
    help
      Enable the MCUX ADC16 driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)