- patches.arch/x86_mce_intel_decode_physical_address.patch:
[linux-flexiantxendom0-3.2.10.git] / drivers / staging / iio / accel / Kconfig
1 #
2 # Accelerometer drivers
3 #
4 comment "Accelerometers"
5
6 config 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
15 config ADIS16220
16        tristate "Analog Devices ADIS16220 Programmable Digital Vibration Sensor driver"
17        depends on SPI
18        help
19          Say yes here to build support for Analog Devices adis16220 programmable
20          digital vibration sensor.
21
22 config 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
31 config 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
38 config 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
48 config 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.