1# Copyright (c) 2024 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config COMPARATOR_FAKE_COMP
5	bool "Fake comparator driver"
6	default y
7	depends on DT_HAS_ZEPHYR_FAKE_COMP_ENABLED
8	depends on ZTEST
9