zephyr/drivers/rtc/Kconfig.rv3028

11 lines
288 B
Plaintext

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