zephyr/drivers/sensor/maxim/Kconfig
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

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