diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-05-14 13:05:00 +0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-05-23 01:16:49 +0400 |
commit | 00a8d4234cd520fa7735a4421065ab6649d202ad (patch) | |
tree | 5b1d053c3753e57dd7947e0dd4fc9b4d99c43e4a /drivers/iio/gyro/Kconfig | |
parent | 94a6d5cf7caa5003e3b4d0c61a047329f26092f3 (diff) | |
download | linux-00a8d4234cd520fa7735a4421065ab6649d202ad.tar.xz |
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/gyro/Kconfig')
-rw-r--r-- | drivers/iio/gyro/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 select IIO_ST_GYRO_I2C_3AXIS if (I2C) select IIO_ST_GYRO_SPI_3AXIS if (SPI_MASTER) select IIO_TRIGGERED_BUFFER if (IIO_BUFFER) - select IIO_ST_GYRO_BUFFER if (IIO_TRIGGERED_BUFFER) help Say yes here to build support for STMicroelectronics gyroscopes: L3G4200D, LSM330DL, L3GD20, L3GD20H, LSM330DLC, L3G4IS, LSM330. |