Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b1a67099fce4743eb996db35e24631c8e06c3186
/
.
/
drivers
/
rtc
/
Kconfig.emul
blob: d006dad7b322cb4e4f68f84227d1385b6255bf20 [
file
] [
log
] [
blame
]
# Copyright (c) 2022 Bjarki Arge Andreasen
# SPDX-License-Identifier: Apache-2.0
config RTC_EMUL
bool
"Emulated RTC driver"
default
y
depends on DT_HAS_ZEPHYR_RTC_EMUL_ENABLED
help
Enable
emulated
Real
-
Time
Clock
(
RTC
)
driver
.