xref: /openbmc/linux/drivers/staging/iio/accel/Kconfig (revision 160b8e75)
1#
2# Accelerometer drivers
3#
4menu "Accelerometers"
5
6config 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
18config 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
30config 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
42config 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
54endmenu
55