From: Hoegeun Kwon Date: Wed, 24 Aug 2016 01:03:04 +0000 (+0900) Subject: sensors: stm_rinato: Kconfig: remove unused SHTC1 driver configuration X-Git-Tag: accepted/tizen/common/20161219.151653~219 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e54426bfd423e4ad8b7d60af316c0a6f9d12e4fc;p=platform%2Fkernel%2Flinux-exynos.git sensors: stm_rinato: Kconfig: remove unused SHTC1 driver configuration The STM sensorhub doesn't have the shtc1 compass sensor driver. Remove it from the related configuration file. Change-Id: Ie37da88344b975d61a379b40d8175e944f5a6b71 Signed-off-by: Hoegeun Kwon --- diff --git a/drivers/sensors/stm_rinato/Kconfig b/drivers/sensors/stm_rinato/Kconfig index 09c0a47..c35bd3c 100644 --- a/drivers/sensors/stm_rinato/Kconfig +++ b/drivers/sensors/stm_rinato/Kconfig @@ -89,17 +89,6 @@ config SENSORS_SSP_LPS25H To compile this driver as a module, choose M here: the module will be called ssp. -config SENSORS_SSP_SHTC1 - tristate "Sensors ssp shtc1" - default n - depends on SPI - help - shtc1 file for factory test in ssp driver. - If you say yes here you get shtc1 support for - factory test. - To compile this driver as a module, choose M here: the - module will be called ssp. - config SENSORS_SSP_ADPD142 tristate "Sensors ssp adpd142" default n @@ -111,15 +100,6 @@ config SENSORS_SSP_ADPD142 To compile this driver as a module, choose M here: the module will be called ssp. -config SENSORS_SSP_SHTC1_VER - string "Sensors shtc1 version name" - default "No_Version_Name" - depends on SENSORS_SSP_SHTC1 - help - shtc1 version for temphumid factory test in ssp driver. - If you give version name here you get shtc1 version for - lcd test. - config SENSORS_SSP_STM32F401 tristate "Sensors ssp stm32f401" default n