2 # Accelerometer drivers
4 # When adding new entries keep the list in alphabetical order
9 tristate "Bosch BMA180/BMA250 3-Axis Accelerometer Driver"
12 select IIO_TRIGGERED_BUFFER
14 Say Y here if you want to build a driver for the Bosch BMA180 or
15 BMA250 triaxial acceleration sensor.
17 To compile this driver as a module, choose M here: the
18 module will be called bma180.
21 tristate "Bosch BMC150 Accelerometer Driver"
24 select IIO_TRIGGERED_BUFFER
26 Say yes here to build support for the following Bosch accelerometers:
27 BMC150, BMI055, BMA250E, BMA222E, BMA255, BMA280.
29 Currently this only supports the device via an i2c interface.
31 This is a combo module with both accelerometer and magnetometer.
32 This driver is only implementing accelerometer part, which has
33 its own address and register map.
35 config HID_SENSOR_ACCEL_3D
36 depends on HID_SENSOR_HUB
38 select IIO_TRIGGERED_BUFFER
39 select HID_SENSOR_IIO_COMMON
40 select HID_SENSOR_IIO_TRIGGER
41 tristate "HID Accelerometers 3D"
43 Say yes here to build support for the HID SENSOR
46 config IIO_ST_ACCEL_3AXIS
47 tristate "STMicroelectronics accelerometers 3-Axis Driver"
48 depends on (I2C || SPI_MASTER) && SYSFS
49 select IIO_ST_SENSORS_CORE
50 select IIO_ST_ACCEL_I2C_3AXIS if (I2C)
51 select IIO_ST_ACCEL_SPI_3AXIS if (SPI_MASTER)
52 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
54 Say yes here to build support for STMicroelectronics accelerometers:
55 LSM303DLH, LSM303DLHC, LIS3DH, LSM330D, LSM330DL, LSM330DLC,
56 LIS331DLH, LSM303DL, LSM303DLM, LSM330.
58 This driver can also be built as a module. If so, these modules
60 - st_accel (core functions for the driver [it is mandatory]);
61 - st_accel_i2c (necessary for the I2C devices [optional*]);
62 - st_accel_spi (necessary for the SPI devices [optional*]);
64 (*) one of these is necessary to do something.
66 config IIO_ST_ACCEL_I2C_3AXIS
68 depends on IIO_ST_ACCEL_3AXIS
69 depends on IIO_ST_SENSORS_I2C
71 config IIO_ST_ACCEL_SPI_3AXIS
73 depends on IIO_ST_ACCEL_3AXIS
74 depends on IIO_ST_SENSORS_SPI
77 tristate "Kionix KXSD9 Accelerometer Driver"
80 Say yes here to build support for the Kionix KXSD9 accelerometer.
81 Currently this only supports the device via an SPI interface.
84 tristate "Freescale MMA8452Q Accelerometer Driver"
87 select IIO_TRIGGERED_BUFFER
89 Say yes here to build support for the Freescale MMA8452Q 3-axis
92 To compile this driver as a module, choose M here: the module
93 will be called mma8452.
96 tristate "Kionix 3-Axis Accelerometer Driver"
99 select IIO_TRIGGERED_BUFFER
101 Say Y here if you want to build a driver for the Kionix KXCJK-1013
102 triaxial acceleration sensor. This driver also supports KXCJ9-1008
105 To compile this driver as a module, choose M here: the module will
106 be called kxcjk-1013.