xref: /openbmc/linux/drivers/staging/iio/accel/Kconfig (revision 31af04cd)
1#
2# Accelerometer drivers
3#
4menu "Accelerometers"
5
6config ADIS16203
7	tristate "Analog Devices ADIS16203 Programmable 360 Degrees Inclinometer"
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 adis16203 Programmable
13	  360 Degrees Inclinometer.
14
15	  To compile this driver as a module, say M here: the module will be
16	  called adis16203.
17
18config ADIS16240
19	tristate "Analog Devices ADIS16240 Programmable Impact Sensor and Recorder"
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 adis16240 programmable
25	  impact Sensor and recorder.
26
27	  To compile this driver as a module, say M here: the module will be
28	  called adis16240.
29
30endmenu
31