1# Copyright (c) 2022 Bjarki Arge Andreasen
2# SPDX-License-Identifier: Apache-2.0
3
4config RTC_EMUL
5	bool "Emulated RTC driver"
6	default y
7	depends on DT_HAS_ZEPHYR_RTC_EMUL_ENABLED
8	help
9	  Enable emulated Real-Time Clock (RTC) driver.
10