4c92419546
Adds support for Renesas HS3001 and HS3003 temperature/humidity sensors connected via an I2C bus. Signed-off-by: Ian Morris <ian.d.morris@outlook.com>
13 lines
337 B
Plaintext
13 lines
337 B
Plaintext
# Renesas HS300x temperature and humidity sensor configuration options
|
|
|
|
# Copyright (c) 2023 Ian Morris
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config HS300X
|
|
bool "HS300x Temperature and Humidity Sensor"
|
|
default y
|
|
depends on DT_HAS_RENESAS_HS300X_ENABLED
|
|
select I2C
|
|
help
|
|
Enable driver for HS300x temperature and humidity sensors.
|