From 4b00a699897f7bf50ea121b54dfebcb4a893b361 Mon Sep 17 00:00:00 2001 From: Bogdan Davidoaia Date: Wed, 1 Jun 2016 16:59:14 +0300 Subject: [PATCH] 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 --- drivers/sensor/Kconfig.hts221 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/sensor/Kconfig.hts221 b/drivers/sensor/Kconfig.hts221 index 6982b12cbf7..3e96e5c4ff7 100644 --- a/drivers/sensor/Kconfig.hts221 +++ b/drivers/sensor/Kconfig.hts221 @@ -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"