2020-09-25 18:41:56 +08:00
|
|
|
# NXP MCUX analog comparator (ACMP) configuration options
|
|
|
|
|
|
|
|
# Copyright (c) 2020 Vestas Wind Systems A/S
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config MCUX_ACMP
|
|
|
|
bool "NXP MCUX Analog Comparator (ACMP)"
|
2022-07-20 11:41:45 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_NXP_KINETIS_ACMP_ENABLED
|
2020-09-25 18:41:56 +08:00
|
|
|
depends on HAS_MCUX_ACMP
|
2022-03-09 04:23:54 +08:00
|
|
|
select PINCTRL
|
2020-09-25 18:41:56 +08:00
|
|
|
help
|
|
|
|
Enable driver for the NXP MCUX Analog Comparator (ACMP).
|
|
|
|
|
|
|
|
config MCUX_ACMP_TRIGGER
|
|
|
|
bool "Trigger support"
|
|
|
|
depends on MCUX_ACMP
|
|
|
|
help
|
|
|
|
Enable trigger support for the NXP MCUX Analog Comparator
|
|
|
|
(ACMP).
|