sensor: hts221: fix sensor type in Kconfig

The driver for the HTS221 sensor was added with the wrong type stated in
the Kconfig file, as it is a temperature and humidity sensor and not a
magnetometer.

Change-Id: Icc50c9b7ccc491b1c22e13d00607123a45338b11
Signed-off-by: Bogdan Davidoaia <bogdan.m.davidoaia@intel.com>
This commit is contained in:
Bogdan Davidoaia 2016-06-01 16:59:14 +03:00 committed by Anas Nashif
parent 4c5ab29597
commit 4b00a69989

View file

@ -16,11 +16,11 @@
menuconfig HTS221
bool
prompt "HTS221 magnetometer"
prompt "HTS221 temperature and humidity sensor"
depends on SENSOR && I2C
default n
help
Enable driver for HTS221 I2C-based magnetometer.
Enable driver for HTS221 I2C-based temperature and humidity sensor.
config HTS221_SYS_LOG_LEVEL
int "HTS221 Log level"