]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/staging/iio/accel/Kconfig
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
[karo-tx-linux.git] / drivers / staging / iio / accel / Kconfig
1 #
2 # Accelerometer drivers
3 #
4 menu "Accelerometers"
5
6 config ADIS16201
7         tristate "Analog Devices ADIS16201 Dual-Axis Digital Inclinometer and Accelerometer"
8         depends on SPI
9         select IIO_ADIS_LIB
10         select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
11         help
12           Say Y here to build support for Analog Devices adis16201 dual-axis
13           digital inclinometer and accelerometer.
14
15           To compile this driver as a module, say M here: the module will
16           be called adis16201.
17
18 config ADIS16203
19         tristate "Analog Devices ADIS16203 Programmable 360 Degrees Inclinometer"
20         depends on SPI
21         select IIO_ADIS_LIB
22         select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
23         help
24           Say Y here to build support for Analog Devices adis16203 Programmable
25           360 Degrees Inclinometer.
26
27           To compile this driver as a module, say M here: the module will be
28           called adis16203.
29
30 config ADIS16209
31         tristate "Analog Devices ADIS16209 Dual-Axis Digital Inclinometer and Accelerometer"
32         depends on SPI
33         select IIO_ADIS_LIB
34         select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
35         help
36           Say Y here to build support for Analog Devices adis16209 dual-axis digital inclinometer
37           and accelerometer.
38
39           To compile this driver as a module, say M here: the module will be
40           called adis16209.
41
42 config ADIS16240
43         tristate "Analog Devices ADIS16240 Programmable Impact Sensor and Recorder"
44         depends on SPI
45         select IIO_ADIS_LIB
46         select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
47         help
48           Say Y here to build support for Analog Devices adis16240 programmable
49           impact Sensor and recorder.
50
51           To compile this driver as a module, say M here: the module will be
52           called adis16240.
53
54 config SCA3000
55         depends on IIO_BUFFER
56         depends on SPI
57         tristate "VTI SCA3000 series accelerometers"
58         help
59           Say Y here to build support for the VTI SCA3000 series of SPI
60           accelerometers. These devices use a hardware ring buffer.
61
62           To compile this driver as a module, say M here: the module will be
63           called sca3000.
64 endmenu