#
# Add the following sections to the Kconfig file in 
#    "$KERNEL_TOP/drivers/hwmon/Kconfig"
#

config SENSORS_SI7005
	tristate "Silicon Laboratories humidity and temperature sensors."
	depends on I2C
	help
	  If you say yes here you get support for the Silicon Laboratories Si7005
	  humidity and temperature sensors.

	  This driver can also be built as a module.  If so, the module
	  will be called si7005.

config SENSORS_SI70XX
	tristate "Silicon Laboratories Si70xx humidity and temperature sensors."
	depends on I2C
	help
	  If you say yes here you get support for the Silicon Laboratories Si70xx
	  humidity and temperature sensors.

	  This driver can also be built as a module.  If so, the module
	  will be called si70xx.

config SENSORS_SI7034
	tristate "Silicon Laboratories Si7034 humidity and temperature sensors."
	depends on I2C
	help
	  If you say yes here you get support for the Silicon Laboratories Si7034
	  humidity and temperature sensors.

	  This driver can also be built as a module.  If so, the module
	  will be called si7034.

