xref: /linux/drivers/staging/iio/accel/Kconfig (revision 44f57d78)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Accelerometer drivers
4#
5menu "Accelerometers"
6
7config ADIS16203
8	tristate "Analog Devices ADIS16203 Programmable 360 Degrees Inclinometer"
9	depends on SPI
10	select IIO_ADIS_LIB
11	select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
12	help
13	  Say Y here to build support for Analog Devices adis16203 Programmable
14	  360 Degrees Inclinometer.
15
16	  To compile this driver as a module, say M here: the module will be
17	  called adis16203.
18
19config ADIS16240
20	tristate "Analog Devices ADIS16240 Programmable Impact Sensor and Recorder"
21	depends on SPI
22	select IIO_ADIS_LIB
23	select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
24	help
25	  Say Y here to build support for Analog Devices adis16240 programmable
26	  impact Sensor and recorder.
27
28	  To compile this driver as a module, say M here: the module will be
29	  called adis16240.
30
31endmenu
32