aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-05-14 05:05:00 -0400
committerJonathan Cameron <jic23@kernel.org>2013-05-22 17:16:49 -0400
commit00a8d4234cd520fa7735a4421065ab6649d202ad (patch)
tree5b1d053c3753e57dd7947e0dd4fc9b4d99c43e4a /drivers/iio
parent94a6d5cf7caa5003e3b4d0c61a047329f26092f3 (diff)
iio: STMicroelectronics: remove three useless selects
Drivers for STMicroelectronics accelerometers, gyroscopes, and magnetometers were added in v3.9. They all have a (similar) select statement in their Kconfig files for a non-existant Kconfig symbol. These select statements can safely be removed. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Acked-by: Denis Ciocca <denis.ciocca@st.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio')
-rw-r--r--drivers/iio/accel/Kconfig1
-rw-r--r--drivers/iio/gyro/Kconfig1
-rw-r--r--drivers/iio/magnetometer/Kconfig1
3 files changed, 0 insertions, 3 deletions
diff --git a/drivers/iio/accel/Kconfig b/drivers/iio/accel/Kconfig
index bb594963f91e..719d83fe51dd 100644
--- a/drivers/iio/accel/Kconfig
+++ b/drivers/iio/accel/Kconfig
@@ -28,7 +28,6 @@ config IIO_ST_ACCEL_3AXIS
28 select IIO_ST_ACCEL_I2C_3AXIS if (I2C) 28 select IIO_ST_ACCEL_I2C_3AXIS if (I2C)
29 select IIO_ST_ACCEL_SPI_3AXIS if (SPI_MASTER) 29 select IIO_ST_ACCEL_SPI_3AXIS if (SPI_MASTER)
30 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER) 30 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
31 select IIO_ST_ACCEL_BUFFER if (IIO_TRIGGERED_BUFFER)
32 help 31 help
33 Say yes here to build support for STMicroelectronics accelerometers: 32 Say yes here to build support for STMicroelectronics accelerometers:
34 LSM303DLH, LSM303DLHC, LIS3DH, LSM330D, LSM330DL, LSM330DLC, 33 LSM303DLH, LSM303DLHC, LIS3DH, LSM330D, LSM330DL, LSM330DLC,
diff --git a/drivers/iio/gyro/Kconfig b/drivers/iio/gyro/Kconfig
index 6be4628faffe..b8daf1b2ea06 100644
--- a/drivers/iio/gyro/Kconfig
+++ b/drivers/iio/gyro/Kconfig
@@ -47,7 +47,6 @@ config IIO_ST_GYRO_3AXIS
47 select IIO_ST_GYRO_I2C_3AXIS if (I2C) 47 select IIO_ST_GYRO_I2C_3AXIS if (I2C)
48 select IIO_ST_GYRO_SPI_3AXIS if (SPI_MASTER) 48 select IIO_ST_GYRO_SPI_3AXIS if (SPI_MASTER)
49 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER) 49 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
50 select IIO_ST_GYRO_BUFFER if (IIO_TRIGGERED_BUFFER)
51 help 50 help
52 Say yes here to build support for STMicroelectronics gyroscopes: 51 Say yes here to build support for STMicroelectronics gyroscopes:
53 L3G4200D, LSM330DL, L3GD20, L3GD20H, LSM330DLC, L3G4IS, LSM330. 52 L3G4200D, LSM330DL, L3GD20, L3GD20H, LSM330DLC, L3G4IS, LSM330.
diff --git a/drivers/iio/magnetometer/Kconfig b/drivers/iio/magnetometer/Kconfig
index bd1cfb666695..c332b0ae4a3b 100644
--- a/drivers/iio/magnetometer/Kconfig
+++ b/drivers/iio/magnetometer/Kconfig
@@ -32,7 +32,6 @@ config IIO_ST_MAGN_3AXIS
32 select IIO_ST_MAGN_I2C_3AXIS if (I2C) 32 select IIO_ST_MAGN_I2C_3AXIS if (I2C)
33 select IIO_ST_MAGN_SPI_3AXIS if (SPI_MASTER) 33 select IIO_ST_MAGN_SPI_3AXIS if (SPI_MASTER)
34 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER) 34 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
35 select IIO_ST_MAGN_BUFFER if (IIO_TRIGGERED_BUFFER)
36 help 35 help
37 Say yes here to build support for STMicroelectronics magnetometers: 36 Say yes here to build support for STMicroelectronics magnetometers:
38 LSM303DLHC, LSM303DLM, LIS3MDL. 37 LSM303DLHC, LSM303DLM, LIS3MDL.