1 # SPDX-License-Identifier: GPL-2.0-only
3 # Accelerometer drivers
5 # When adding new entries keep the list in alphabetical order
10 tristate "Analog Devices ADIS16201 Dual-Axis Digital Inclinometer and Accelerometer"
13 select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
15 Say Y here to build support for Analog Devices adis16201 dual-axis
16 digital inclinometer and accelerometer.
18 To compile this driver as a module, say M here: the module will
22 tristate "Analog Devices ADIS16209 Dual-Axis Digital Inclinometer and Accelerometer"
25 select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
27 Say Y here to build support for Analog Devices adis16209 dual-axis digital inclinometer
30 To compile this driver as a module, say M here: the module will be
37 tristate "Analog Devices ADXL345 3-Axis Digital Accelerometer I2C Driver"
38 depends on INPUT_ADXL34X=n
43 Say Y here if you want to build support for the Analog Devices
44 ADXL345 or ADXL375 3-axis digital accelerometer.
46 To compile this driver as a module, choose M here: the module
47 will be called adxl345_i2c and you will also get adxl345_core
51 tristate "Analog Devices ADXL345 3-Axis Digital Accelerometer SPI Driver"
52 depends on INPUT_ADXL34X=n
57 Say Y here if you want to build support for the Analog Devices
58 ADXL345 or ADXL375 3-axis digital accelerometer.
60 To compile this driver as a module, choose M here: the module
61 will be called adxl345_spi and you will also get adxl345_core
67 select IIO_TRIGGERED_BUFFER
70 tristate "Analog Devices ADXL372 3-Axis Accelerometer SPI Driver"
75 Say yes here to add support for the Analog Devices ADXL372 triaxial
77 To compile this driver as a module, choose M here: the
78 module will be called adxl372_spi.
81 tristate "Analog Devices ADXL372 3-Axis Accelerometer I2C Driver"
86 Say yes here to add support for the Analog Devices ADXL372 triaxial
88 To compile this driver as a module, choose M here: the
89 module will be called adxl372_i2c.
92 tristate "Bosch BMA023/BMA1x0/BMA25x 3-Axis Accelerometer Driver"
93 depends on I2C && INPUT_BMA150=n
95 select IIO_TRIGGERED_BUFFER
97 Say Y here if you want to build a driver for the Bosch BMA023, BMA150
98 BMA180, SMB380, or BMA25x triaxial acceleration sensor.
100 To compile this driver as a module, choose M here: the
101 module will be called bma180.
104 tristate "Bosch BMA220 3-Axis Accelerometer Driver"
107 select IIO_TRIGGERED_BUFFER
109 Say yes here to add support for the Bosch BMA220 triaxial
112 To compile this driver as a module, choose M here: the
113 module will be called bma220_spi.
116 tristate "Bosch BMA400 3-Axis Accelerometer Driver"
118 select BMA400_I2C if I2C
119 select BMA400_SPI if SPI
121 Say Y here if you want to build a driver for the Bosch BMA400
122 triaxial acceleration sensor.
124 To compile this driver as a module, choose M here: the
125 module will be called bma400_core and you will also get
126 bma400_i2c if I2C is enabled and bma400_spi if SPI is
138 tristate "Bosch BMC150 Accelerometer Driver"
140 select IIO_TRIGGERED_BUFFER
142 select BMC150_ACCEL_I2C if I2C
143 select BMC150_ACCEL_SPI if SPI
145 Say yes here to build support for the following Bosch accelerometers:
146 BMC150, BMI055, BMA250E, BMA222E, BMA255, BMA280.
148 This is a combo module with both accelerometer and magnetometer.
149 This driver is only implementing accelerometer part, which has
150 its own address and register map.
152 config BMC150_ACCEL_I2C
156 config BMC150_ACCEL_SPI
161 tristate "MiraMEMS DA280 3-axis 14-bit digital accelerometer driver"
164 Say yes here to build support for the MiraMEMS DA280 3-axis 14-bit
165 digital accelerometer.
167 To compile this driver as a module, choose M here: the
168 module will be called da280.
171 tristate "MiraMEMS DA311 3-axis 12-bit digital accelerometer driver"
174 Say yes here to build support for the MiraMEMS DA311 3-axis 12-bit
175 digital accelerometer.
177 To compile this driver as a module, choose M here: the
178 module will be called da311.
181 tristate "Domintech DMARD06 Digital Accelerometer Driver"
182 depends on OF || COMPILE_TEST
185 Say yes here to build support for the Domintech low-g tri-axial
186 digital accelerometers: DMARD05, DMARD06, DMARD07.
188 To compile this driver as a module, choose M here: the
189 module will be called dmard06.
192 tristate "Domintech DMARD09 3-axis Accelerometer Driver"
195 Say yes here to get support for the Domintech DMARD09 3-axis
198 Choosing M will build the driver as a module. If so, the module
199 will be called dmard09.
202 tristate "Domintech DMARD10 3-axis Accelerometer Driver"
205 Say yes here to get support for the Domintech DMARD10 3-axis
208 Choosing M will build the driver as a module. If so, the module
209 will be called dmard10.
211 config HID_SENSOR_ACCEL_3D
212 depends on HID_SENSOR_HUB
214 select IIO_TRIGGERED_BUFFER
215 select HID_SENSOR_IIO_COMMON
216 select HID_SENSOR_IIO_TRIGGER
217 tristate "HID Accelerometers 3D"
219 Say yes here to build support for the HID SENSOR
222 To compile this driver as a module, choose M here: the
223 module will be called hid-sensor-accel-3d.
225 config IIO_CROS_EC_ACCEL_LEGACY
226 tristate "ChromeOS EC Legacy Accelerometer Sensor"
227 depends on IIO_CROS_EC_SENSORS_CORE
229 Say yes here to get support for accelerometers on Chromebook using
231 Sensor data is retrieved through IO memory.
232 Newer devices should use IIO_CROS_EC_SENSORS.
234 config IIO_ST_ACCEL_3AXIS
235 tristate "STMicroelectronics accelerometers 3-Axis Driver"
236 depends on (I2C || SPI_MASTER) && SYSFS
237 depends on !SENSORS_LIS3_I2C
238 depends on !SENSORS_LIS3_SPI
239 select IIO_ST_SENSORS_CORE
240 select IIO_ST_ACCEL_I2C_3AXIS if (I2C)
241 select IIO_ST_ACCEL_SPI_3AXIS if (SPI_MASTER)
242 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
244 Say yes here to build support for STMicroelectronics accelerometers:
245 LSM303DLH, LSM303DLHC, LIS3DH, LSM330D, LSM330DL, LSM330DLC,
246 LIS331DLH, LSM303DL, LSM303DLM, LSM330, LIS2DH12, H3LIS331DL,
247 LNG2DM, LIS3DE, LIS2DE12, LIS2HH12
249 This driver can also be built as a module. If so, these modules
251 - st_accel (core functions for the driver [it is mandatory]);
252 - st_accel_i2c (necessary for the I2C devices [optional*]);
253 - st_accel_spi (necessary for the SPI devices [optional*]);
255 (*) one of these is necessary to do something.
257 config IIO_ST_ACCEL_I2C_3AXIS
259 depends on IIO_ST_ACCEL_3AXIS
260 depends on IIO_ST_SENSORS_I2C
262 config IIO_ST_ACCEL_SPI_3AXIS
264 depends on IIO_ST_ACCEL_3AXIS
265 depends on IIO_ST_SENSORS_SPI
268 tristate "Kionix KXSD9 Accelerometer Driver"
270 select IIO_TRIGGERED_BUFFER
272 Say yes here to build support for the Kionix KXSD9 accelerometer.
273 It can be accessed using an (optional) SPI or I2C interface.
275 To compile this driver as a module, choose M here: the module
276 will be called kxsd9.
279 tristate "Kionix KXSD9 SPI transport"
285 Say yes here to enable the Kionix KXSD9 accelerometer
286 SPI transport channel.
289 tristate "Kionix KXSD9 I2C transport"
295 Say yes here to enable the Kionix KXSD9 accelerometer
296 I2C transport channel.
299 tristate "Kionix 3-Axis Accelerometer Driver"
302 select IIO_TRIGGERED_BUFFER
304 Say Y here if you want to build a driver for the Kionix KXCJK-1013
305 triaxial acceleration sensor. This driver also supports KXCJ9-1008,
306 KXTJ2-1009 and KXTF9.
308 To compile this driver as a module, choose M here: the module will
309 be called kxcjk-1013.
312 tristate "mCube MC3230 Digital Accelerometer Driver"
315 Say yes here to build support for the mCube MC3230 low-g tri-axial
316 digital accelerometer.
318 To compile this driver as a module, choose M here: the
319 module will be called mc3230.
324 select IIO_TRIGGERED_BUFFER
327 tristate "Freescale MMA7455L/MMA7456L Accelerometer I2C Driver"
332 Say yes here to build support for the Freescale MMA7455L and
333 MMA7456L 3-axis accelerometer.
335 To compile this driver as a module, choose M here: the module
336 will be called mma7455_i2c.
339 tristate "Freescale MMA7455L/MMA7456L Accelerometer SPI Driver"
340 depends on SPI_MASTER
344 Say yes here to build support for the Freescale MMA7455L and
345 MMA7456L 3-axis accelerometer.
347 To compile this driver as a module, choose M here: the module
348 will be called mma7455_spi.
351 tristate "Freescale MMA7660FC 3-Axis Accelerometer Driver"
354 Say yes here to get support for the Freescale MMA7660FC 3-Axis
357 Choosing M will build the driver as a module. If so, the module
358 will be called mma7660.
361 tristate "Freescale / NXP MMA8452Q and similar Accelerometers Driver"
364 select IIO_TRIGGERED_BUFFER
366 Say yes here to build support for the following Freescale / NXP 3-axis
367 accelerometers: MMA8451Q, MMA8452Q, MMA8453Q, MMA8652FC, MMA8653FC,
370 To compile this driver as a module, choose M here: the module
371 will be called mma8452.
377 tristate "Freescale MMA9551L Intelligent Motion-Sensing Platform Driver"
382 Say yes here to build support for the Freescale MMA9551L
383 Intelligent Motion-Sensing Platform Driver.
385 To compile this driver as a module, choose M here: the module
386 will be called mma9551.
389 tristate "Freescale MMA9553L Intelligent Pedometer Platform Driver"
393 Say yes here to build support for the Freescale MMA9553L
394 Intelligent Pedometer Platform Driver.
396 To compile this driver as a module, choose M here: the module
397 will be called mma9553.
400 tristate "Memsic MXC4005XC 3-Axis Accelerometer Driver"
403 select IIO_TRIGGERED_BUFFER
406 Say yes here to build support for the Memsic MXC4005XC 3-axis
409 To compile this driver as a module, choose M. The module will be
413 tristate "Memsic MXC6255 Orientation Sensing Accelerometer Driver"
417 Say yes here to build support for the Memsic MXC6255 Orientation
418 Sensing Accelerometer Driver.
420 To compile this driver as a module, choose M here: the module will be
427 tristate "VTI SCA3000 series accelerometers"
429 Say Y here to build support for the VTI SCA3000 series of SPI
430 accelerometers. These devices use a hardware ring buffer.
432 To compile this driver as a module, say M here: the module will be
436 tristate "Sensortek STK8312 3-Axis Accelerometer Driver"
439 select IIO_TRIGGERED_BUFFER
441 Say yes here to get support for the Sensortek STK8312 3-axis
444 Choosing M will build the driver as a module. If so, the module
445 will be called stk8312.
448 tristate "Sensortek STK8BA50 3-Axis Accelerometer Driver"
451 select IIO_TRIGGERED_BUFFER
453 Say yes here to get support for the Sensortek STK8BA50 3-axis
456 Choosing M will build the driver as a module. If so, the module
457 will be called stk8ba50.