Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
refs/heads/upstream/v4.1-branch
/
.
/
drivers
/
rtc
/
Kconfig.ds1337
blob: 9d2079f46551cd689ec4579acbd97a0cd859141d [
file
] [
log
] [
blame
] [
edit
]
# Copyright (c) 2025 Marcin Lyda <elektromarcin@gmail.com>
# SPDX-License-Identifier: Apache-2.0
config RTC_DS1337
bool
"Maxim DS1337 RTC driver"
default
y
depends on DT_HAS_MAXIM_DS1337_ENABLED
select
I2C
help
Enable
Maxim
DS1337 RTC driver
.