From d3cda1d52a2b043f1c4ac8532e8f65fc8a98b9fa Mon Sep 17 00:00:00 2001 From: Hoegeun Kwon Date: Wed, 17 Aug 2016 17:23:24 +0900 Subject: [PATCH] sensors: stm_rinato: Kconfig: remove unused YAS532 driver configuration The STM sensorhub doesn't have the yas532 compass sensor driver. Remove it from the related configuration file. Change-Id: Id5334412ec6c7db53cb016ce7c0ba4367ca1d8a5 Signed-off-by: Hoegeun Kwon --- drivers/sensors/stm_rinato/Kconfig | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/drivers/sensors/stm_rinato/Kconfig b/drivers/sensors/stm_rinato/Kconfig index f729fcd..09c0a47 100644 --- a/drivers/sensors/stm_rinato/Kconfig +++ b/drivers/sensors/stm_rinato/Kconfig @@ -45,17 +45,6 @@ config SENSORS_SSP_AK09911 To compile this driver as a module, choose M here: the module will be called ssp. -config SENSORS_SSP_YAS532 - tristate "Sensors ssp yas532" - default n - depends on SPI - help - yas532 file for factory test in ssp driver. - If you say yes here you get yas532 support for - factory test. - To compile this driver as a module, choose M here: the - module will be called ssp. - config SENSORS_SSP_CM3320 tristate "Sensors ssp cm3320" default n -- 2.7.4