:orphan: .. title:: CONFIG_MCUX_ACMP .. kconfig:: CONFIG_MCUX_ACMP CONFIG_MCUX_ACMP ################ *NXP MCUX Analog Comparator (ACMP)* Type: ``bool`` Help ==== .. code-block:: none Enable driver for the NXP MCUX Analog Comparator (ACMP). Direct dependencies =================== \ :kconfig:`HAS_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:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:229`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig config MCUX_ACMP bool "NXP MCUX Analog Comparator (ACMP)" depends on HAS_MCUX_ACMP && SENSOR help Enable driver for the NXP MCUX Analog Comparator (ACMP). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*