:orphan: .. title:: CONFIG_ADC_MCUX_ADC16_ENABLE_EDMA .. kconfig:: CONFIG_ADC_MCUX_ADC16_ENABLE_EDMA CONFIG_ADC_MCUX_ADC16_ENABLE_EDMA ################################# *Enable EDMA for adc driver* Type: ``bool`` Help ==== .. code-block:: none Enable the MCUX ADC16 driver. Direct dependencies =================== \ :kconfig:`HAS_MCUX_ADC16 ` && \ :kconfig:`HAS_MCUX_EDMA ` && \ :kconfig:`ADC_MCUX_ADC16 ` && \ :kconfig:`ADC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/adc/Kconfig.mcux:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:50`` → ``/adc/Kconfig:43`` Menu path: (Top) → Device Drivers → ADC drivers .. code-block:: kconfig 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.)*