Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...
# 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.