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