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>
10 lines
283 B
Text
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
|