:orphan: .. title:: CONFIG_ADC_MCUX_ADC16_HW_TRIGGER .. kconfig:: CONFIG_ADC_MCUX_ADC16_HW_TRIGGER CONFIG_ADC_MCUX_ADC16_HW_TRIGGER ################################ *ADC HW TRIGGER* Type: ``bool`` Help ==== .. code-block:: none Support HW Trigger ADC Direct dependencies =================== \ :kconfig:`ADC_MCUX_ADC16_ENABLE_EDMA ` && \ :kconfig:`ADC_MCUX_ADC16 ` && \ :kconfig:`ADC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/adc/Kconfig.mcux:70`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:50`` → ``/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.)*