1#
2# Copyright NXP 2025
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6
7config LPCMP_POSITIVE_PORT
8	int "The LPCMP positive input port"
9	default 0
10	help
11	  Specifies positive input port.
12
13config LPCMP_NEGATIVE_PORT
14	int "The LPCMP negative input port"
15	default 7
16	help
17	  Specifies negative input port.
18
19source "Kconfig.zephyr"
20