|
@@ -6,8 +6,8 @@ menu "Accelerometers"
|
|
|
config ADIS16201
|
|
|
tristate "Analog Devices ADIS16201 Dual-Axis Digital Inclinometer and Accelerometer"
|
|
|
depends on SPI
|
|
|
- select IIO_TRIGGER if IIO_RING_BUFFER
|
|
|
- select IIO_SW_RING if IIO_RING_BUFFER
|
|
|
+ select IIO_TRIGGER if IIO_BUFFER
|
|
|
+ select IIO_SW_RING if IIO_BUFFER
|
|
|
help
|
|
|
Say yes here to build support for Analog Devices adis16201 dual-axis
|
|
|
digital inclinometer and accelerometer.
|
|
@@ -15,8 +15,8 @@ config ADIS16201
|
|
|
config ADIS16203
|
|
|
tristate "Analog Devices ADIS16203 Programmable 360 Degrees Inclinometer"
|
|
|
depends on SPI
|
|
|
- select IIO_TRIGGER if IIO_RING_BUFFER
|
|
|
- select IIO_SW_RING if IIO_RING_BUFFER
|
|
|
+ select IIO_TRIGGER if IIO_BUFFER
|
|
|
+ select IIO_SW_RING if IIO_BUFFER
|
|
|
help
|
|
|
Say yes here to build support for Analog Devices adis16203 Programmable
|
|
|
360 Degrees Inclinometer.
|
|
@@ -24,8 +24,8 @@ config ADIS16203
|
|
|
config ADIS16204
|
|
|
tristate "Analog Devices ADIS16204 Programmable High-g Digital Impact Sensor and Recorder"
|
|
|
depends on SPI
|
|
|
- select IIO_TRIGGER if IIO_RING_BUFFER
|
|
|
- select IIO_SW_RING if IIO_RING_BUFFER
|
|
|
+ select IIO_TRIGGER if IIO_BUFFER
|
|
|
+ select IIO_SW_RING if IIO_BUFFER
|
|
|
help
|
|
|
Say yes here to build support for Analog Devices adis16204 Programmable
|
|
|
High-g Digital Impact Sensor and Recorder.
|
|
@@ -33,8 +33,8 @@ config ADIS16204
|
|
|
config ADIS16209
|
|
|
tristate "Analog Devices ADIS16209 Dual-Axis Digital Inclinometer and Accelerometer"
|
|
|
depends on SPI
|
|
|
- select IIO_TRIGGER if IIO_RING_BUFFER
|
|
|
- select IIO_SW_RING if IIO_RING_BUFFER
|
|
|
+ select IIO_TRIGGER if IIO_BUFFER
|
|
|
+ select IIO_SW_RING if IIO_BUFFER
|
|
|
help
|
|
|
Say yes here to build support for Analog Devices adis16209 dual-axis digital inclinometer
|
|
|
and accelerometer.
|
|
@@ -49,8 +49,8 @@ config ADIS16220
|
|
|
config ADIS16240
|
|
|
tristate "Analog Devices ADIS16240 Programmable Impact Sensor and Recorder"
|
|
|
depends on SPI
|
|
|
- select IIO_TRIGGER if IIO_RING_BUFFER
|
|
|
- select IIO_SW_RING if IIO_RING_BUFFER
|
|
|
+ select IIO_TRIGGER if IIO_BUFFER
|
|
|
+ select IIO_SW_RING if IIO_BUFFER
|
|
|
help
|
|
|
Say yes here to build support for Analog Devices adis16240 programmable
|
|
|
impact Sensor and recorder.
|
|
@@ -65,8 +65,8 @@ config KXSD9
|
|
|
config LIS3L02DQ
|
|
|
tristate "ST Microelectronics LIS3L02DQ Accelerometer Driver"
|
|
|
depends on SPI
|
|
|
- select IIO_TRIGGER if IIO_RING_BUFFER
|
|
|
- depends on !IIO_RING_BUFFER || IIO_KFIFO_BUF || IIO_SW_RING
|
|
|
+ select IIO_TRIGGER if IIO_BUFFER
|
|
|
+ depends on !IIO_BUFFER || IIO_KFIFO_BUF || IIO_SW_RING
|
|
|
help
|
|
|
Say yes here to build SPI support for the ST microelectronics
|
|
|
accelerometer. The driver supplies direct access via sysfs files
|
|
@@ -74,7 +74,7 @@ config LIS3L02DQ
|
|
|
|
|
|
choice
|
|
|
prompt "Buffer type"
|
|
|
- depends on LIS3L02DQ && IIO_RING_BUFFER
|
|
|
+ depends on LIS3L02DQ && IIO_BUFFER
|
|
|
|
|
|
config LIS3L02DQ_BUF_KFIFO
|
|
|
depends on IIO_KFIFO_BUF
|
|
@@ -94,7 +94,7 @@ config LIS3L02DQ_BUF_RING_SW
|
|
|
endchoice
|
|
|
|
|
|
config SCA3000
|
|
|
- depends on IIO_RING_BUFFER
|
|
|
+ depends on IIO_BUFFER
|
|
|
depends on SPI
|
|
|
tristate "VTI SCA3000 series accelerometers"
|
|
|
help
|