1# Copyright (c) 2024 Analog Devices, Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4# zephyr-keep-sorted-start
5add_subdirectory_ifdef(CONFIG_AGS10 ags10)
6add_subdirectory_ifdef(CONFIG_DHT dht)
7add_subdirectory_ifdef(CONFIG_DHT20 dht20)
8# zephyr-keep-sorted-stop
9