aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/accel/Kconfig
blob: b4e57d1bc87d0d9f6d588d8c10ddc4bd22b51c30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#
# Accelerometer drivers
#
comment "Accelerometers"

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
       help
         Say yes here to build support for Analog Devices adis16209 dual-axis digital inclinometer
	 and accelerometer.

config ADIS16220
       tristate "Analog Devices ADIS16220 Programmable Digital Vibration Sensor driver"
       depends on SPI
       help
         Say yes here to build support for Analog Devices adis16220 programmable
         digital vibration sensor.

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
       help
         Say yes here to build support for Analog Devices adis16240 programmable
	 impact Sensor and recorder.

config KXSD9
	tristate "Kionix KXSD9 Accelerometer Driver"
	depends on SPI
	help
	  Say yes here to build support for the Kionix KXSD9 accelerometer.
	  Currently this only supports the device via an SPI interface.

config LIS3L02DQ
	tristate "ST Microelectronics LIS3L02DQ Accelerometer 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 SPI support for the ST microelectronics
	  accelerometer. The driver supplies direct access via sysfs files
	  and an event interface via a character device.

config SCA3000
       depends on IIO_RING_BUFFER
       depends on SPI
       tristate "VTI SCA3000 series accelerometers"
       help
         Say yes here to build support for the VTI SCA3000 series of SPI
	 accelerometers. These devices use a hardware ring buffer.