Skip to content

Commit

Permalink
staging:iio:imu remove old adis16350. Support now in adis16400 driver.
Browse files Browse the repository at this point in the history
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 2a29a90 commit 70987b8
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 1,278 deletions.
9 changes: 0 additions & 9 deletions drivers/staging/iio/imu/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ config ADIS16300
Say yes here to build support for Analog Devices adis16300 four degrees
of freedom inertial sensor.

config ADIS16350
tristate "Analog Devices ADIS16350/54/55/60/62/64/65 IMU SPI driver"
depends on SPI
select IIO_TRIGGER if IIO_RING_BUFFER
select IIO_SW_RING if IIO_RING_BUFFER
help
Say yes here to build support for Analog Devices adis16350/54/55/60/62/64/65
high precision tri-axis 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 @@ -6,10 +6,6 @@ adis16300-y := adis16300_core.o
adis16300-$(CONFIG_IIO_RING_BUFFER) += adis16300_ring.o adis16300_trigger.o
obj-$(CONFIG_ADIS16300) += adis16300.o

adis16350-y := adis16350_core.o
adis16350-$(CONFIG_IIO_RING_BUFFER) += adis16350_ring.o adis16350_trigger.o
obj-$(CONFIG_ADIS16350) += adis16350.o

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

This file was deleted.

Loading

0 comments on commit 70987b8

Please sign in to comment.