srinivas pandruvada | 45fe6f7 | 2012-09-05 13:56:00 +0100 | [diff] [blame] | 1 | # |
| 2 | # Accelerometer drivers |
| 3 | # |
Lars-Peter Clausen | 3edc84e | 2013-07-15 08:45:00 +0100 | [diff] [blame] | 4 | # When adding new entries keep the list in alphabetical order |
| 5 | |
srinivas pandruvada | 45fe6f7 | 2012-09-05 13:56:00 +0100 | [diff] [blame] | 6 | menu "Accelerometers" |
| 7 | |
Eva Rachel Retuya | c623607 | 2017-01-31 15:12:56 +0800 | [diff] [blame^] | 8 | config ADXL345 |
| 9 | tristate "Analog Devices ADXL345 3-Axis Digital Accelerometer Driver" |
| 10 | depends on !(INPUT_ADXL34X=y || INPUT_ADXL34X=m) |
| 11 | depends on I2C |
| 12 | help |
| 13 | Say Y here if you want to build support for the Analog Devices |
| 14 | ADXL345 3-axis digital accelerometer. |
| 15 | |
| 16 | To compile this driver as a module, choose M here: the |
| 17 | module will be called adxl345. |
| 18 | |
Oleksandr Kravchenko | fdadbce | 2013-08-28 12:01:00 +0100 | [diff] [blame] | 19 | config BMA180 |
Peter Meerwald | 2017cff | 2014-08-19 23:43:00 +0100 | [diff] [blame] | 20 | tristate "Bosch BMA180/BMA250 3-Axis Accelerometer Driver" |
Oleksandr Kravchenko | fdadbce | 2013-08-28 12:01:00 +0100 | [diff] [blame] | 21 | depends on I2C |
| 22 | select IIO_BUFFER |
| 23 | select IIO_TRIGGERED_BUFFER |
| 24 | help |
Peter Meerwald | 2017cff | 2014-08-19 23:43:00 +0100 | [diff] [blame] | 25 | Say Y here if you want to build a driver for the Bosch BMA180 or |
| 26 | BMA250 triaxial acceleration sensor. |
Oleksandr Kravchenko | fdadbce | 2013-08-28 12:01:00 +0100 | [diff] [blame] | 27 | |
| 28 | To compile this driver as a module, choose M here: the |
| 29 | module will be called bma180. |
| 30 | |
Tiberiu Breana | bf2a560 | 2016-05-05 18:48:55 +0300 | [diff] [blame] | 31 | config BMA220 |
| 32 | tristate "Bosch BMA220 3-Axis Accelerometer Driver" |
| 33 | depends on SPI |
Alison Schofield | 193e2d4 | 2016-07-18 17:56:43 -0700 | [diff] [blame] | 34 | select IIO_BUFFER |
| 35 | select IIO_TRIGGERED_BUFFER |
Tiberiu Breana | bf2a560 | 2016-05-05 18:48:55 +0300 | [diff] [blame] | 36 | help |
| 37 | Say yes here to add support for the Bosch BMA220 triaxial |
| 38 | acceleration sensor. |
| 39 | |
| 40 | To compile this driver as a module, choose M here: the |
| 41 | module will be called bma220_spi. |
| 42 | |
Srinivas Pandruvada | bd7fe5b | 2014-05-08 22:57:00 +0100 | [diff] [blame] | 43 | config BMC150_ACCEL |
| 44 | tristate "Bosch BMC150 Accelerometer Driver" |
Srinivas Pandruvada | bd7fe5b | 2014-05-08 22:57:00 +0100 | [diff] [blame] | 45 | select IIO_BUFFER |
| 46 | select IIO_TRIGGERED_BUFFER |
Markus Pargmann | 4011eda | 2015-09-21 12:55:13 +0200 | [diff] [blame] | 47 | select REGMAP |
Markus Pargmann | 55637c3 | 2015-09-21 12:55:15 +0200 | [diff] [blame] | 48 | select BMC150_ACCEL_I2C if I2C |
Markus Pargmann | f9ab96e | 2015-09-21 12:55:16 +0200 | [diff] [blame] | 49 | select BMC150_ACCEL_SPI if SPI |
Srinivas Pandruvada | bd7fe5b | 2014-05-08 22:57:00 +0100 | [diff] [blame] | 50 | help |
Laurentiu Palcu | 8ecbb3c | 2014-02-09 10:30:00 +0000 | [diff] [blame] | 51 | Say yes here to build support for the following Bosch accelerometers: |
| 52 | BMC150, BMI055, BMA250E, BMA222E, BMA255, BMA280. |
| 53 | |
Srinivas Pandruvada | bd7fe5b | 2014-05-08 22:57:00 +0100 | [diff] [blame] | 54 | This is a combo module with both accelerometer and magnetometer. |
| 55 | This driver is only implementing accelerometer part, which has |
| 56 | its own address and register map. |
| 57 | |
Markus Pargmann | 55637c3 | 2015-09-21 12:55:15 +0200 | [diff] [blame] | 58 | config BMC150_ACCEL_I2C |
| 59 | tristate |
| 60 | select REGMAP_I2C |
| 61 | |
Markus Pargmann | f9ab96e | 2015-09-21 12:55:16 +0200 | [diff] [blame] | 62 | config BMC150_ACCEL_SPI |
| 63 | tristate |
| 64 | select REGMAP_SPI |
| 65 | |
Hans de Goede | f225951 | 2016-10-08 20:15:27 +0200 | [diff] [blame] | 66 | config DA280 |
| 67 | tristate "MiraMEMS DA280 3-axis 14-bit digital accelerometer driver" |
| 68 | depends on I2C |
| 69 | help |
| 70 | Say yes here to build support for the MiraMEMS DA280 3-axis 14-bit |
| 71 | digital accelerometer. |
| 72 | |
| 73 | To compile this driver as a module, choose M here: the |
| 74 | module will be called da280. |
| 75 | |
Hans de Goede | 598893e | 2016-10-08 14:34:25 +0200 | [diff] [blame] | 76 | config DA311 |
| 77 | tristate "MiraMEMS DA311 3-axis 12-bit digital accelerometer driver" |
| 78 | depends on I2C |
| 79 | help |
| 80 | Say yes here to build support for the MiraMEMS DA311 3-axis 12-bit |
| 81 | digital accelerometer. |
| 82 | |
| 83 | To compile this driver as a module, choose M here: the |
| 84 | module will be called da311. |
| 85 | |
Aleksei Mamlin | b1b79f5 | 2016-07-25 18:21:18 +0300 | [diff] [blame] | 86 | config DMARD06 |
| 87 | tristate "Domintech DMARD06 Digital Accelerometer Driver" |
| 88 | depends on OF || COMPILE_TEST |
| 89 | depends on I2C |
| 90 | help |
| 91 | Say yes here to build support for the Domintech low-g tri-axial |
| 92 | digital accelerometers: DMARD05, DMARD06, DMARD07. |
| 93 | |
| 94 | To compile this driver as a module, choose M here: the |
| 95 | module will be called dmard06. |
| 96 | |
Jelle van der Waa | a4fa650 | 2016-07-26 23:23:48 +0200 | [diff] [blame] | 97 | config DMARD09 |
| 98 | tristate "Domintech DMARD09 3-axis Accelerometer Driver" |
| 99 | depends on I2C |
| 100 | help |
| 101 | Say yes here to get support for the Domintech DMARD09 3-axis |
| 102 | accelerometer. |
| 103 | |
| 104 | Choosing M will build the driver as a module. If so, the module |
| 105 | will be called dmard09. |
| 106 | |
Hans de Goede | 569906e | 2016-10-08 14:34:24 +0200 | [diff] [blame] | 107 | config DMARD10 |
| 108 | tristate "Domintech DMARD10 3-axis Accelerometer Driver" |
| 109 | depends on I2C |
| 110 | help |
| 111 | Say yes here to get support for the Domintech DMARD10 3-axis |
| 112 | accelerometer. |
| 113 | |
| 114 | Choosing M will build the driver as a module. If so, the module |
| 115 | will be called dmard10. |
| 116 | |
srinivas pandruvada | 45fe6f7 | 2012-09-05 13:56:00 +0100 | [diff] [blame] | 117 | config HID_SENSOR_ACCEL_3D |
| 118 | depends on HID_SENSOR_HUB |
| 119 | select IIO_BUFFER |
| 120 | select IIO_TRIGGERED_BUFFER |
| 121 | select HID_SENSOR_IIO_COMMON |
Alexander Holler | 9541cc3 | 2012-12-11 18:21:00 +0000 | [diff] [blame] | 122 | select HID_SENSOR_IIO_TRIGGER |
Peter Meerwald | ace43fc | 2012-10-13 09:06:00 +0100 | [diff] [blame] | 123 | tristate "HID Accelerometers 3D" |
srinivas pandruvada | 45fe6f7 | 2012-09-05 13:56:00 +0100 | [diff] [blame] | 124 | help |
| 125 | Say yes here to build support for the HID SENSOR |
| 126 | accelerometers 3D. |
| 127 | |
Roberta Dobrescu | 88f4c6c4 | 2014-12-30 20:57:55 +0200 | [diff] [blame] | 128 | To compile this driver as a module, choose M here: the |
| 129 | module will be called hid-sensor-accel-3d. |
| 130 | |
Denis Ciocca | d625116 | 2013-01-25 23:44:00 +0000 | [diff] [blame] | 131 | config IIO_ST_ACCEL_3AXIS |
| 132 | tristate "STMicroelectronics accelerometers 3-Axis Driver" |
| 133 | depends on (I2C || SPI_MASTER) && SYSFS |
Linus Walleij | ed8959f | 2017-01-20 10:46:05 +0100 | [diff] [blame] | 134 | depends on !SENSORS_LIS3_I2C |
| 135 | depends on !SENSORS_LIS3_SPI |
Denis Ciocca | d625116 | 2013-01-25 23:44:00 +0000 | [diff] [blame] | 136 | select IIO_ST_SENSORS_CORE |
| 137 | select IIO_ST_ACCEL_I2C_3AXIS if (I2C) |
| 138 | select IIO_ST_ACCEL_SPI_3AXIS if (SPI_MASTER) |
| 139 | select IIO_TRIGGERED_BUFFER if (IIO_BUFFER) |
Denis Ciocca | d625116 | 2013-01-25 23:44:00 +0000 | [diff] [blame] | 140 | help |
| 141 | Say yes here to build support for STMicroelectronics accelerometers: |
| 142 | LSM303DLH, LSM303DLHC, LIS3DH, LSM330D, LSM330DL, LSM330DLC, |
Lorenzo Bianconi | dcdb0a7 | 2016-10-25 23:09:03 +0200 | [diff] [blame] | 143 | LIS331DLH, LSM303DL, LSM303DLM, LSM330, LIS2DH12, H3LIS331DL, |
| 144 | LNG2DM |
Denis Ciocca | d625116 | 2013-01-25 23:44:00 +0000 | [diff] [blame] | 145 | |
Peter Meerwald | 341673f | 2013-06-23 22:28:00 +0100 | [diff] [blame] | 146 | This driver can also be built as a module. If so, these modules |
| 147 | will be created: |
Denis Ciocca | d625116 | 2013-01-25 23:44:00 +0000 | [diff] [blame] | 148 | - st_accel (core functions for the driver [it is mandatory]); |
| 149 | - st_accel_i2c (necessary for the I2C devices [optional*]); |
| 150 | - st_accel_spi (necessary for the SPI devices [optional*]); |
| 151 | |
| 152 | (*) one of these is necessary to do something. |
| 153 | |
| 154 | config IIO_ST_ACCEL_I2C_3AXIS |
| 155 | tristate |
| 156 | depends on IIO_ST_ACCEL_3AXIS |
| 157 | depends on IIO_ST_SENSORS_I2C |
| 158 | |
| 159 | config IIO_ST_ACCEL_SPI_3AXIS |
| 160 | tristate |
| 161 | depends on IIO_ST_ACCEL_3AXIS |
| 162 | depends on IIO_ST_SENSORS_SPI |
| 163 | |
Lars-Peter Clausen | 3edc84e | 2013-07-15 08:45:00 +0100 | [diff] [blame] | 164 | config KXSD9 |
| 165 | tristate "Kionix KXSD9 Accelerometer Driver" |
Linus Walleij | 0427a10 | 2016-09-01 11:44:44 +0200 | [diff] [blame] | 166 | select IIO_BUFFER |
| 167 | select IIO_TRIGGERED_BUFFER |
Lars-Peter Clausen | 3edc84e | 2013-07-15 08:45:00 +0100 | [diff] [blame] | 168 | help |
| 169 | Say yes here to build support for the Kionix KXSD9 accelerometer. |
Linus Walleij | a483ab7 | 2016-09-01 11:44:41 +0200 | [diff] [blame] | 170 | It can be accessed using an (optional) SPI or I2C interface. |
Lars-Peter Clausen | 3edc84e | 2013-07-15 08:45:00 +0100 | [diff] [blame] | 171 | |
Roberta Dobrescu | 88f4c6c4 | 2014-12-30 20:57:55 +0200 | [diff] [blame] | 172 | To compile this driver as a module, choose M here: the module |
| 173 | will be called kxsd9. |
| 174 | |
Linus Walleij | bf96f6e | 2016-09-01 11:44:38 +0200 | [diff] [blame] | 175 | config KXSD9_SPI |
| 176 | tristate "Kionix KXSD9 SPI transport" |
| 177 | depends on KXSD9 |
| 178 | depends on SPI |
| 179 | default KXSD9 |
Linus Walleij | 0d1fb2d | 2016-09-01 11:44:40 +0200 | [diff] [blame] | 180 | select REGMAP_SPI |
Linus Walleij | bf96f6e | 2016-09-01 11:44:38 +0200 | [diff] [blame] | 181 | help |
| 182 | Say yes here to enable the Kionix KXSD9 accelerometer |
| 183 | SPI transport channel. |
| 184 | |
Linus Walleij | a483ab7 | 2016-09-01 11:44:41 +0200 | [diff] [blame] | 185 | config KXSD9_I2C |
| 186 | tristate "Kionix KXSD9 I2C transport" |
| 187 | depends on KXSD9 |
| 188 | depends on I2C |
| 189 | default KXSD9 |
| 190 | select REGMAP_I2C |
| 191 | help |
| 192 | Say yes here to enable the Kionix KXSD9 accelerometer |
| 193 | I2C transport channel. |
| 194 | |
Srinivas Pandruvada | 1a4fbf6 | 2014-11-06 23:07:00 +0000 | [diff] [blame] | 195 | config KXCJK1013 |
| 196 | tristate "Kionix 3-Axis Accelerometer Driver" |
| 197 | depends on I2C |
| 198 | select IIO_BUFFER |
| 199 | select IIO_TRIGGERED_BUFFER |
| 200 | help |
| 201 | Say Y here if you want to build a driver for the Kionix KXCJK-1013 |
Daniel Baluta | c686137 | 2014-03-09 08:33:00 +0000 | [diff] [blame] | 202 | triaxial acceleration sensor. This driver also supports KXCJ9-1008 |
| 203 | and KXTJ2-1009. |
Srinivas Pandruvada | 1a4fbf6 | 2014-11-06 23:07:00 +0000 | [diff] [blame] | 204 | |
| 205 | To compile this driver as a module, choose M here: the module will |
| 206 | be called kxcjk-1013. |
| 207 | |
Hans de Goede | 063e330 | 2016-09-12 09:43:50 +0200 | [diff] [blame] | 208 | config MC3230 |
| 209 | tristate "mCube MC3230 Digital Accelerometer Driver" |
| 210 | depends on I2C |
| 211 | help |
| 212 | Say yes here to build support for the mCube MC3230 low-g tri-axial |
| 213 | digital accelerometer. |
| 214 | |
| 215 | To compile this driver as a module, choose M here: the |
| 216 | module will be called mc3230. |
| 217 | |
Joachim Eastwood | a84ef0d | 2015-10-31 13:49:16 +0100 | [diff] [blame] | 218 | config MMA7455 |
| 219 | tristate |
| 220 | select IIO_BUFFER |
| 221 | select IIO_TRIGGERED_BUFFER |
| 222 | |
| 223 | config MMA7455_I2C |
| 224 | tristate "Freescale MMA7455L/MMA7456L Accelerometer I2C Driver" |
| 225 | depends on I2C |
| 226 | select MMA7455 |
| 227 | select REGMAP_I2C |
| 228 | help |
| 229 | Say yes here to build support for the Freescale MMA7455L and |
| 230 | MMA7456L 3-axis accelerometer. |
| 231 | |
| 232 | To compile this driver as a module, choose M here: the module |
| 233 | will be called mma7455_i2c. |
| 234 | |
| 235 | config MMA7455_SPI |
| 236 | tristate "Freescale MMA7455L/MMA7456L Accelerometer SPI Driver" |
| 237 | depends on SPI_MASTER |
| 238 | select MMA7455 |
| 239 | select REGMAP_SPI |
| 240 | help |
| 241 | Say yes here to build support for the Freescale MMA7455L and |
| 242 | MMA7456L 3-axis accelerometer. |
| 243 | |
| 244 | To compile this driver as a module, choose M here: the module |
| 245 | will be called mma7455_spi. |
| 246 | |
Constantin Musca | 32133be | 2016-05-03 15:05:45 +0300 | [diff] [blame] | 247 | config MMA7660 |
| 248 | tristate "Freescale MMA7660FC 3-Axis Accelerometer Driver" |
| 249 | depends on I2C |
| 250 | help |
| 251 | Say yes here to get support for the Freescale MMA7660FC 3-Axis |
| 252 | accelerometer. |
| 253 | |
| 254 | Choosing M will build the driver as a module. If so, the module |
| 255 | will be called mma7660. |
| 256 | |
Hartmut Knaack | 8838cc7 | 2015-08-02 22:43:52 +0200 | [diff] [blame] | 257 | config MMA8452 |
Martin Kepplinger | f26ab1a | 2016-06-03 14:51:52 +0200 | [diff] [blame] | 258 | tristate "Freescale / NXP MMA8452Q and similar Accelerometers Driver" |
Hartmut Knaack | 8838cc7 | 2015-08-02 22:43:52 +0200 | [diff] [blame] | 259 | depends on I2C |
| 260 | select IIO_BUFFER |
| 261 | select IIO_TRIGGERED_BUFFER |
| 262 | help |
Martin Kepplinger | f26ab1a | 2016-06-03 14:51:52 +0200 | [diff] [blame] | 263 | Say yes here to build support for the following Freescale / NXP 3-axis |
Martin Kepplinger | e873118 | 2016-03-09 12:01:29 +0100 | [diff] [blame] | 264 | accelerometers: MMA8451Q, MMA8452Q, MMA8453Q, MMA8652FC, MMA8653FC, |
| 265 | FXLS8471Q. |
Hartmut Knaack | 8838cc7 | 2015-08-02 22:43:52 +0200 | [diff] [blame] | 266 | |
| 267 | To compile this driver as a module, choose M here: the module |
| 268 | will be called mma8452. |
| 269 | |
Irina Tirdea | d5b97f5 | 2015-01-11 21:10:15 +0200 | [diff] [blame] | 270 | config MMA9551_CORE |
| 271 | tristate |
| 272 | |
Vlad Dogaru | c78b917 | 2014-11-24 11:43:15 +0200 | [diff] [blame] | 273 | config MMA9551 |
| 274 | tristate "Freescale MMA9551L Intelligent Motion-Sensing Platform Driver" |
| 275 | depends on I2C |
Irina Tirdea | d5b97f5 | 2015-01-11 21:10:15 +0200 | [diff] [blame] | 276 | select MMA9551_CORE |
| 277 | |
Vlad Dogaru | c78b917 | 2014-11-24 11:43:15 +0200 | [diff] [blame] | 278 | help |
| 279 | Say yes here to build support for the Freescale MMA9551L |
| 280 | Intelligent Motion-Sensing Platform Driver. |
| 281 | |
| 282 | To compile this driver as a module, choose M here: the module |
| 283 | will be called mma9551. |
| 284 | |
Irina Tirdea | 40cb761 | 2015-01-29 18:45:10 +0000 | [diff] [blame] | 285 | config MMA9553 |
| 286 | tristate "Freescale MMA9553L Intelligent Pedometer Platform Driver" |
| 287 | depends on I2C |
| 288 | select MMA9551_CORE |
| 289 | help |
| 290 | Say yes here to build support for the Freescale MMA9553L |
| 291 | Intelligent Pedometer Platform Driver. |
| 292 | |
| 293 | To compile this driver as a module, choose M here: the module |
| 294 | will be called mma9553. |
Tiberiu Breana | 90bad33 | 2015-05-12 18:48:42 +0300 | [diff] [blame] | 295 | |
Teodora Baluta | 077377f | 2015-08-20 17:37:31 +0300 | [diff] [blame] | 296 | config MXC4005 |
| 297 | tristate "Memsic MXC4005XC 3-Axis Accelerometer Driver" |
| 298 | depends on I2C |
Teodora Baluta | 1ce0eda | 2015-08-20 17:37:32 +0300 | [diff] [blame] | 299 | select IIO_BUFFER |
| 300 | select IIO_TRIGGERED_BUFFER |
Teodora Baluta | 077377f | 2015-08-20 17:37:31 +0300 | [diff] [blame] | 301 | select REGMAP_I2C |
| 302 | help |
| 303 | Say yes here to build support for the Memsic MXC4005XC 3-axis |
| 304 | accelerometer. |
| 305 | |
| 306 | To compile this driver as a module, choose M. The module will be |
| 307 | called mxc4005. |
| 308 | |
Teodora Baluta | 75b6548f | 2015-10-22 15:44:50 +0300 | [diff] [blame] | 309 | config MXC6255 |
| 310 | tristate "Memsic MXC6255 Orientation Sensing Accelerometer Driver" |
| 311 | depends on I2C |
| 312 | select REGMAP_I2C |
| 313 | help |
| 314 | Say yes here to build support for the Memsic MXC6255 Orientation |
| 315 | Sensing Accelerometer Driver. |
| 316 | |
| 317 | To compile this driver as a module, choose M here: the module will be |
| 318 | called mxc6255. |
| 319 | |
Jonathan Cameron | d62e5fe | 2016-10-08 17:39:18 +0100 | [diff] [blame] | 320 | config SCA3000 |
| 321 | select IIO_BUFFER |
| 322 | select IIO_KFIFO_BUF |
| 323 | depends on SPI |
| 324 | tristate "VTI SCA3000 series accelerometers" |
| 325 | help |
| 326 | Say Y here to build support for the VTI SCA3000 series of SPI |
| 327 | accelerometers. These devices use a hardware ring buffer. |
| 328 | |
| 329 | To compile this driver as a module, say M here: the module will be |
| 330 | called sca3000. |
| 331 | |
Tiberiu Breana | 90bad33 | 2015-05-12 18:48:42 +0300 | [diff] [blame] | 332 | config STK8312 |
| 333 | tristate "Sensortek STK8312 3-Axis Accelerometer Driver" |
| 334 | depends on I2C |
Hartmut Knaack | 946448e | 2015-07-28 00:49:21 +0200 | [diff] [blame] | 335 | select IIO_BUFFER |
| 336 | select IIO_TRIGGERED_BUFFER |
Tiberiu Breana | 90bad33 | 2015-05-12 18:48:42 +0300 | [diff] [blame] | 337 | help |
| 338 | Say yes here to get support for the Sensortek STK8312 3-axis |
| 339 | accelerometer. |
| 340 | |
| 341 | Choosing M will build the driver as a module. If so, the module |
| 342 | will be called stk8312. |
| 343 | |
Tiberiu Breana | 884ca45 | 2015-05-18 14:49:50 +0300 | [diff] [blame] | 344 | config STK8BA50 |
| 345 | tristate "Sensortek STK8BA50 3-Axis Accelerometer Driver" |
| 346 | depends on I2C |
Alison Schofield | 193e2d4 | 2016-07-18 17:56:43 -0700 | [diff] [blame] | 347 | select IIO_BUFFER |
| 348 | select IIO_TRIGGERED_BUFFER |
Tiberiu Breana | 884ca45 | 2015-05-18 14:49:50 +0300 | [diff] [blame] | 349 | help |
| 350 | Say yes here to get support for the Sensortek STK8BA50 3-axis |
| 351 | accelerometer. |
| 352 | |
| 353 | Choosing M will build the driver as a module. If so, the module |
| 354 | will be called stk8ba50. |
| 355 | |
srinivas pandruvada | 45fe6f7 | 2012-09-05 13:56:00 +0100 | [diff] [blame] | 356 | endmenu |