9 lines
230 B
Plaintext
9 lines
230 B
Plaintext
|
# Copyright (c) 2024 Nordic Semiconductor ASA
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config COMPARATOR_NRF_LPCOMP
|
||
|
bool "Nordic LPCOMP comparator driver"
|
||
|
default y
|
||
|
depends on DT_HAS_NORDIC_NRF_LPCOMP_ENABLED
|
||
|
select NRFX_LPCOMP
|