GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / staging / iio / accel / Kconfig
blob5926c03be1a5fddfb6723ba7c6ba36ded0f89b65
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 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.
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.
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.
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.
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.