Adds Renesas HS400x temperature and humidity sensors driver. Signed-off-by: Mariëlle Korthout <marielle.korthout.jc@renesas.com>
9 lines
267 B
Plaintext
9 lines
267 B
Plaintext
# Copyright (c) 2024 Ian Morris
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# zephyr-keep-sorted-start
|
|
source "drivers/sensor/renesas/hs300x/Kconfig"
|
|
source "drivers/sensor/renesas/hs400x/Kconfig"
|
|
source "drivers/sensor/renesas/isl29035/Kconfig"
|
|
# zephyr-keep-sorted-stop
|