This transforms the existing driver for the Microchip MCP9808 to be used as a generic driver to be used with all JEDEC JC 42.4 compliant temperature sensor chips. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
10 lines
327 B
CMake
10 lines
327 B
CMake
# Copyright (c) 2024 Analog Devices, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# zephyr-keep-sorted-start
|
|
add_subdirectory_ifdef(CONFIG_MCP9600 mcp9600)
|
|
add_subdirectory_ifdef(CONFIG_MCP970X mcp970x)
|
|
add_subdirectory_ifdef(CONFIG_TACH_XEC mchp_tach_xec)
|
|
add_subdirectory_ifdef(CONFIG_TCN75A tcn75a)
|
|
# zephyr-keep-sorted-stop
|