diff options
author | Hoegeun Kwon <hoegeun.kwon@samsung.com> | 2016-08-17 17:23:24 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2016-08-19 20:07:21 -0700 |
commit | d3cda1d52a2b043f1c4ac8532e8f65fc8a98b9fa (patch) | |
tree | 5bb0e3cc69eeb04b2a02cac2f9db347b8aaa6ae2 | |
parent | 10ffe63eadb2d7c2148671ada183bb70d2b622a1 (diff) | |
download | linux-exynos-accepted/tizen/mobile/20160822.232333.tar.gz linux-exynos-accepted/tizen/mobile/20160822.232333.tar.bz2 linux-exynos-accepted/tizen/mobile/20160822.232333.zip |
sensors: stm_rinato: Kconfig: remove unused YAS532 driver configurationsubmit/tizen/20160822.020220accepted/tizen/wearable/20160822.232408accepted/tizen/tv/20160822.232346accepted/tizen/mobile/20160822.232333accepted/tizen/ivi/20160822.232420accepted/tizen/common/20160822.132507
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 <hoegeun.kwon@samsung.com>
-rw-r--r-- | drivers/sensors/stm_rinato/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/sensors/stm_rinato/Kconfig b/drivers/sensors/stm_rinato/Kconfig index f729fcd42f82..09c0a473c933 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 |