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>
7 lines
175 B
CMake
7 lines
175 B
CMake
# Copyright (c) 2024 Vogl Electronic GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# zephyr-keep-sorted-start
|
|
add_subdirectory_ifdef(CONFIG_JC42 jc42)
|
|
# zephyr-keep-sorted-stop
|