22 lines
549 B
Plaintext
22 lines
549 B
Plaintext
# NXP MCUX analog comparator (ACMP) configuration options
|
|
|
|
# Copyright (c) 2020 Vestas Wind Systems A/S
|
|
# Copyright 2024 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SENSOR_MCUX_ACMP
|
|
bool "NXP MCUX Analog Comparator (ACMP)"
|
|
default y
|
|
depends on DT_HAS_NXP_KINETIS_ACMP_ENABLED
|
|
select PINCTRL
|
|
select MCUX_ACMP
|
|
help
|
|
Enable driver for the NXP MCUX Analog Comparator (ACMP).
|
|
|
|
config SENSOR_MCUX_ACMP_TRIGGER
|
|
bool "Trigger support"
|
|
depends on SENSOR_MCUX_ACMP
|
|
help
|
|
Enable trigger support for the NXP MCUX Analog Comparator
|
|
(ACMP).
|