zephyr/drivers/mfd/Kconfig.ds3231
Gergo Vari 2759adaf1a drivers: rtc: maxim,ds3231: RTC driver
This is a squash of all the groundwork needed to
get a functioning driver for the DS3231 with the RTC API.

Signed-off-by: Gergo Vari <work@gergovari.com>
2025-01-07 23:00:05 +01:00

10 lines
283 B
Text

# Copyright (c) 2024 Gergo Vari <work@gergovari.com>
# SPDX-License-Identifier: Apache-2.0
config MFD_DS3231
bool "DS3231 multi-function device driver"
default y
depends on DT_HAS_MAXIM_DS3231_MFD_ENABLED
select I2C
help
Enable the Maxim DS3231 multi-function device driver