1# Copyright 2025  NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config COMPARATOR_NXP_CMP
5	bool "NXP comparator driver"
6	default y
7	depends on DT_HAS_NXP_CMP_ENABLED
8	select PINCTRL
9	select CLOCK_CONTROL
10