zephyr/drivers/rtc/Kconfig.ds1307
Arunmani Alagarsamy e9ecc83eea drivers: rtc: new maxim ds1307 rtc driver
Added rtc driver for ds1307. It allows to read and set the date and time

Signed-off-by: Arunmani Alagarsamy <arunmani27100@gmail.com>
2023-10-27 10:50:46 +02:00

12 lines
294 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2023 Arunmani Alagarsamy
# Author: Arunmani Alagarsamy <arunmani27100@gmail.com>
config RTC_DS1307
bool "MAXIM DS1307 RTC driver"
default y
depends on DT_HAS_MAXIM_DS1307_ENABLED
select I2C
help
Enable the MAXIM DS1307 RTC driver.