| # 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. |