1# Copyright (c) 2024 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config COMPARATOR_NRF_COMP
5	bool "Nordic COMP comparator driver"
6	default y
7	depends on DT_HAS_NORDIC_NRF_COMP_ENABLED
8	select NRFX_COMP
9