1# Renesas HS300x temperature and humidity sensor configuration options
2
3# Copyright (c) 2023 Ian Morris
4# SPDX-License-Identifier: Apache-2.0
5
6config HS300X
7	bool "HS300x Temperature and Humidity Sensor"
8	default y
9	depends on DT_HAS_RENESAS_HS300X_ENABLED
10	select I2C
11	help
12	  Enable driver for HS300x temperature and humidity sensors.
13