18 lines
444 B
Plaintext
18 lines
444 B
Plaintext
# 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)"
|
|
depends on HAS_MCUX_ACMP
|
|
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).
|