zephyr/drivers/rtc/Kconfig.rv3028
Jakub Topic 2efc447c1b drivers: rtc: add RV3028 RTC driver
Adds support for the Micro Crystal RV3028 RTC connected to the I2C bus.

Signed-off-by: Jakub Topic <jakub.topic@anitra.cz>
2024-06-10 21:03:59 -04:00

10 lines
288 B
Text

# Copyright (c) 2024 ANITRA system s.r.o.
# SPDX-License-Identifier: Apache-2.0
config RTC_RV3028
bool "Micro Crystal RV3028 I2C extreme low power RTC driver"
default y
depends on DT_HAS_MICROCRYSTAL_RV3028_ENABLED
select I2C
help
Enable the Micro Crystal RV3028 I2C RTC driver.