1# Copyright (c) 2025 Marcin Lyda <elektromarcin@gmail.com>
2# SPDX-License-Identifier: Apache-2.0
3
4config RTC_DS1337
5	bool "Maxim DS1337 RTC driver"
6	default y
7	depends on DT_HAS_MAXIM_DS1337_ENABLED
8	select I2C
9	help
10	    Enable Maxim DS1337 RTC driver.
11