1# Copyright (c) 2019 Electronut Labs
2# SPDX-License-Identifier: Apache-2.0
3
4config SI7006
5	bool "Si7006 Temperature and Humidity Sensor"
6	default y
7	depends on DT_HAS_SILABS_SI7006_ENABLED
8	select I2C
9	help
10	  Enable I2C-based driver for Si7006 Temperature and Humidity Sensor.
11