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>
17 lines
647 B
Plaintext
17 lines
647 B
Plaintext
# Copyright (c) 2024 Analog Devices, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# zephyr-keep-sorted-start
|
|
source "drivers/sensor/maxim/ds18b20/Kconfig"
|
|
source "drivers/sensor/maxim/ds3231/Kconfig"
|
|
source "drivers/sensor/maxim/max17055/Kconfig"
|
|
source "drivers/sensor/maxim/max17262/Kconfig"
|
|
source "drivers/sensor/maxim/max30101/Kconfig"
|
|
source "drivers/sensor/maxim/max31790/Kconfig"
|
|
source "drivers/sensor/maxim/max31855/Kconfig"
|
|
source "drivers/sensor/maxim/max31865/Kconfig"
|
|
source "drivers/sensor/maxim/max31875/Kconfig"
|
|
source "drivers/sensor/maxim/max44009/Kconfig"
|
|
source "drivers/sensor/maxim/max6675/Kconfig"
|
|
# zephyr-keep-sorted-stop
|