Kconfig (1d33369db25eb7f37b7a8bd22d736888b4501a9c) | Kconfig (d62e5fee88e26044a48d4b5632c4f89936041d92) |
---|---|
1# 2# Accelerometer drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Accelerometers" 7 8config BMA180 --- 38 unchanged lines hidden (view full) --- 47config BMC150_ACCEL_I2C 48 tristate 49 select REGMAP_I2C 50 51config BMC150_ACCEL_SPI 52 tristate 53 select REGMAP_SPI 54 | 1# 2# Accelerometer drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Accelerometers" 7 8config BMA180 --- 38 unchanged lines hidden (view full) --- 47config BMC150_ACCEL_I2C 48 tristate 49 select REGMAP_I2C 50 51config BMC150_ACCEL_SPI 52 tristate 53 select REGMAP_SPI 54 |
55config DA280 56 tristate "MiraMEMS DA280 3-axis 14-bit digital accelerometer driver" 57 depends on I2C 58 help 59 Say yes here to build support for the MiraMEMS DA280 3-axis 14-bit 60 digital accelerometer. 61 62 To compile this driver as a module, choose M here: the 63 module will be called da280. 64 65config DA311 66 tristate "MiraMEMS DA311 3-axis 12-bit digital accelerometer driver" 67 depends on I2C 68 help 69 Say yes here to build support for the MiraMEMS DA311 3-axis 12-bit 70 digital accelerometer. 71 72 To compile this driver as a module, choose M here: the 73 module will be called da311. 74 |
|
55config DMARD06 56 tristate "Domintech DMARD06 Digital Accelerometer Driver" 57 depends on OF || COMPILE_TEST 58 depends on I2C 59 help 60 Say yes here to build support for the Domintech low-g tri-axial 61 digital accelerometers: DMARD05, DMARD06, DMARD07. 62 --- 5 unchanged lines hidden (view full) --- 68 depends on I2C 69 help 70 Say yes here to get support for the Domintech DMARD09 3-axis 71 accelerometer. 72 73 Choosing M will build the driver as a module. If so, the module 74 will be called dmard09. 75 | 75config DMARD06 76 tristate "Domintech DMARD06 Digital Accelerometer Driver" 77 depends on OF || COMPILE_TEST 78 depends on I2C 79 help 80 Say yes here to build support for the Domintech low-g tri-axial 81 digital accelerometers: DMARD05, DMARD06, DMARD07. 82 --- 5 unchanged lines hidden (view full) --- 88 depends on I2C 89 help 90 Say yes here to get support for the Domintech DMARD09 3-axis 91 accelerometer. 92 93 Choosing M will build the driver as a module. If so, the module 94 will be called dmard09. 95 |
96config DMARD10 97 tristate "Domintech DMARD10 3-axis Accelerometer Driver" 98 depends on I2C 99 help 100 Say yes here to get support for the Domintech DMARD10 3-axis 101 accelerometer. 102 103 Choosing M will build the driver as a module. If so, the module 104 will be called dmard10. 105 |
|
76config HID_SENSOR_ACCEL_3D 77 depends on HID_SENSOR_HUB 78 select IIO_BUFFER 79 select IIO_TRIGGERED_BUFFER 80 select HID_SENSOR_IIO_COMMON 81 select HID_SENSOR_IIO_TRIGGER 82 tristate "HID Accelerometers 3D" 83 help --- 184 unchanged lines hidden (view full) --- 268 select REGMAP_I2C 269 help 270 Say yes here to build support for the Memsic MXC6255 Orientation 271 Sensing Accelerometer Driver. 272 273 To compile this driver as a module, choose M here: the module will be 274 called mxc6255. 275 | 106config HID_SENSOR_ACCEL_3D 107 depends on HID_SENSOR_HUB 108 select IIO_BUFFER 109 select IIO_TRIGGERED_BUFFER 110 select HID_SENSOR_IIO_COMMON 111 select HID_SENSOR_IIO_TRIGGER 112 tristate "HID Accelerometers 3D" 113 help --- 184 unchanged lines hidden (view full) --- 298 select REGMAP_I2C 299 help 300 Say yes here to build support for the Memsic MXC6255 Orientation 301 Sensing Accelerometer Driver. 302 303 To compile this driver as a module, choose M here: the module will be 304 called mxc6255. 305 |
306config SCA3000 307 select IIO_BUFFER 308 select IIO_KFIFO_BUF 309 depends on SPI 310 tristate "VTI SCA3000 series accelerometers" 311 help 312 Say Y here to build support for the VTI SCA3000 series of SPI 313 accelerometers. These devices use a hardware ring buffer. 314 315 To compile this driver as a module, say M here: the module will be 316 called sca3000. 317 |
|
276config STK8312 277 tristate "Sensortek STK8312 3-Axis Accelerometer Driver" 278 depends on I2C 279 select IIO_BUFFER 280 select IIO_TRIGGERED_BUFFER 281 help 282 Say yes here to get support for the Sensortek STK8312 3-axis 283 accelerometer. --- 17 unchanged lines hidden --- | 318config STK8312 319 tristate "Sensortek STK8312 3-Axis Accelerometer Driver" 320 depends on I2C 321 select IIO_BUFFER 322 select IIO_TRIGGERED_BUFFER 323 help 324 Say yes here to get support for the Sensortek STK8312 3-axis 325 accelerometer. --- 17 unchanged lines hidden --- |