:orphan: .. title:: CONFIG_MCUX_ACMP_TRIGGER .. kconfig:: CONFIG_MCUX_ACMP_TRIGGER CONFIG_MCUX_ACMP_TRIGGER ######################## *Trigger support* Type: ``bool`` Help ==== .. code-block:: none Enable trigger support for the NXP MCUX Analog Comparator (ACMP). Direct dependencies =================== \ :kconfig:`MCUX_ACMP ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/mcux_acmp/Kconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:229`` Menu path: (Top) → Device Drivers → Sensor Drivers → NXP MCUX Analog Comparator (ACMP) .. code-block:: kconfig config MCUX_ACMP_TRIGGER bool "Trigger support" depends on MCUX_ACMP && SENSOR help Enable trigger support for the NXP MCUX Analog Comparator (ACMP). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*