:orphan: .. title:: ADC_MCUX_ADC16_HW_TRIGGER .. option:: CONFIG_ADC_MCUX_ADC16_HW_TRIGGER *ADC HW TRIGGER* Type: ``bool`` Help ==== .. code-block:: none Support HW Trigger ADC Direct dependencies =================== \ :option:`ADC_MCUX_ADC16_ENABLE_EDMA ` && \ :option:`ADC_MCUX_ADC16 ` && \ :option:`ADC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/adc/Kconfig.mcux:70`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:48`` → ``/adc/Kconfig:43`` Menu path: (Top) → Device Drivers → ADC drivers → Enable EDMA for adc driver .. code-block:: kconfig config ADC_MCUX_ADC16_HW_TRIGGER bool "ADC HW TRIGGER" default y depends on ADC_MCUX_ADC16_ENABLE_EDMA && ADC_MCUX_ADC16 && ADC help Support HW Trigger ADC *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*