staging: iio: adis16240 driver
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / staging / iio / accel / Kconfig
blob8f3f70f10a38a55b7e1fb07a5f826b30597fbc79
2 # Accelerometer drivers
4 comment "Accelerometers"
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.
15 config ADIS16240
16        tristate "Analog Devices ADIS16240 Programmable Impact Sensor and Recorder"
17        depends on SPI
18        select IIO_TRIGGER if IIO_RING_BUFFER
19        select IIO_SW_RING if IIO_RING_BUFFER
20        help
21          Say yes here to build support for Analog Devices adis16240 programmable
22          impact Sensor and recorder.
24 config KXSD9
25         tristate "Kionix KXSD9 Accelerometer Driver"
26         depends on SPI
27         help
28           Say yes here to build support for the Kionix KXSD9 accelerometer.
29           Currently this only supports the device via an SPI interface.
31 config LIS3L02DQ
32         tristate "ST Microelectronics LIS3L02DQ Accelerometer Driver"
33         depends on SPI
34         select IIO_TRIGGER if IIO_RING_BUFFER
35         select IIO_SW_RING if IIO_RING_BUFFER
36         help
37           Say yes here to build SPI support for the ST microelectronics
38           accelerometer. The driver supplies direct access via sysfs files
39           and an event interface via a character device.
41 config SCA3000
42        depends on IIO_RING_BUFFER
43        depends on SPI
44        tristate "VTI SCA3000 series accelerometers"
45        help
46          Say yes here to build support for the VTI SCA3000 series of SPI
47          accelerometers. These devices use a hardware ring buffer.