44e18e8d47
Can be valuable for unit testing modules accessing the RTC Signed-off-by: Kim Bøndergaard <kim.bondergaard@prevas.dk>
12 lines
259 B
Plaintext
12 lines
259 B
Plaintext
# Fake RTC configuration options
|
|
#
|
|
# Copyright (c) 2023 Prevas A/S
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config RTC_FAKE
|
|
bool "Fake RTC driver"
|
|
default y
|
|
depends on DT_HAS_ZEPHYR_FAKE_RTC_ENABLED
|
|
help
|
|
Enable support for the FFF-based fake RTC driver.
|