:orphan: .. title:: MCUX_ACMP .. option:: CONFIG_MCUX_ACMP *NXP MCUX Analog Comparator (ACMP)* Type: ``bool`` Help ==== Enable driver for the NXP MCUX Analog Comparator (ACMP). Direct dependencies =================== \ :option:`HAS_MCUX_ACMP ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/mcux_acmp/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:195`` Menu path: (Top) → Device Drivers → Sensor Drivers .. parsed-literal:: config MCUX_ACMP bool "NXP MCUX Analog Comparator (ACMP)" depends on \ :option:`HAS_MCUX_ACMP ` && \ :option:`SENSOR ` help Enable driver for the NXP MCUX Analog Comparator (ACMP). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*