• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/accel/
1#
2# Accelerometer drivers
3#
4comment "Accelerometers"
5
6config ADIS16209
7	tristate "Analog Devices ADIS16209 Dual-Axis Digital Inclinometer and Accelerometer"
8	depends on SPI
9	select IIO_TRIGGER if IIO_RING_BUFFER
10	select IIO_SW_RING if IIO_RING_BUFFER
11	help
12	  Say yes here to build support for Analog Devices adis16209 dual-axis digital inclinometer
13	  and accelerometer.
14
15config ADIS16220
16	tristate "Analog Devices ADIS16220 Programmable Digital Vibration Sensor"
17	depends on SPI
18	help
19	  Say yes here to build support for Analog Devices adis16220 programmable
20	  digital vibration sensor.
21
22config ADIS16240
23	tristate "Analog Devices ADIS16240 Programmable Impact Sensor and Recorder"
24	depends on SPI
25	select IIO_TRIGGER if IIO_RING_BUFFER
26	select IIO_SW_RING if IIO_RING_BUFFER
27	help
28	  Say yes here to build support for Analog Devices adis16240 programmable
29	  impact Sensor and recorder.
30
31config KXSD9
32	tristate "Kionix KXSD9 Accelerometer Driver"
33	depends on SPI
34	help
35	  Say yes here to build support for the Kionix KXSD9 accelerometer.
36	  Currently this only supports the device via an SPI interface.
37
38config LIS3L02DQ
39	tristate "ST Microelectronics LIS3L02DQ Accelerometer Driver"
40	depends on SPI
41	select IIO_TRIGGER if IIO_RING_BUFFER
42	select IIO_SW_RING if IIO_RING_BUFFER
43	help
44	  Say yes here to build SPI support for the ST microelectronics
45	  accelerometer. The driver supplies direct access via sysfs files
46	  and an event interface via a character device.
47
48config SCA3000
49	depends on IIO_RING_BUFFER
50	depends on SPI
51	tristate "VTI SCA3000 series accelerometers"
52	help
53	  Say yes here to build support for the VTI SCA3000 series of SPI
54	  accelerometers. These devices use a hardware ring buffer.
55