Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0bcb775 authored by Jonathan Cameron's avatar Jonathan Cameron Committed by Greg Kroah-Hartman
Browse files

staging: iio: imu: allow adis16300 and adis16400 to build without ring buffer support.

parent f4658c89
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -6,9 +6,8 @@ comment "Inertial measurement units"
config ADIS16300
	tristate "Analog Devices ADIS16300 IMU SPI driver"
	depends on SPI
	select IIO_SW_RING
	select IIO_RING_BUFFER
	select IIO_TRIGGER
	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.
@@ -25,9 +24,8 @@ config ADIS16350
config ADIS16400
	tristate "Analog Devices ADIS16400/5 IMU SPI driver"
	depends on SPI
	select IIO_SW_RING
	select IIO_RING_BUFFER
	select IIO_TRIGGER
	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 adis16400/5 triaxial
	  inertial sensor with Magnetometer.