Adds support for the Micro Crystal RV3028 RTC connected to the I2C bus. Signed-off-by: Jakub Topic <jakub.topic@anitra.cz>
10 lines
288 B
Text
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.
|