Skip to content

Commit

Permalink
staging:iio:imu remove adis16300 driver.
Browse files Browse the repository at this point in the history
Support is now provided by the unified adis16400 driver.

Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Jonathan Cameron authored and Greg Kroah-Hartman committed May 19, 2011
1 parent 8e886e6 commit 20e79c5
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 1,286 deletions.
9 changes: 0 additions & 9 deletions drivers/staging/iio/imu/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@
#
comment "Inertial measurement units"

config ADIS16300
tristate "Analog Devices ADIS16300 IMU SPI driver"
depends on SPI
select IIO_SW_RING if IIO_RING_BUFFER
select IIO_TRIGGER if IIO_RING_BUFFER
help
Say yes here to build support for Analog Devices adis16300 four degrees
of freedom inertial sensor.

config ADIS16400
tristate "Analog Devices ADIS16400 and similar IMU SPI driver"
depends on SPI
Expand Down
4 changes: 0 additions & 4 deletions drivers/staging/iio/imu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# Makefile for Inertial Measurement Units
#

adis16300-y := adis16300_core.o
adis16300-$(CONFIG_IIO_RING_BUFFER) += adis16300_ring.o adis16300_trigger.o
obj-$(CONFIG_ADIS16300) += adis16300.o

adis16400-y := adis16400_core.o
adis16400-$(CONFIG_IIO_RING_BUFFER) += adis16400_ring.o adis16400_trigger.o
obj-$(CONFIG_ADIS16400) += adis16400.o
184 changes: 0 additions & 184 deletions drivers/staging/iio/imu/adis16300.h

This file was deleted.

Loading

0 comments on commit 20e79c5

Please sign in to comment.