Kconfig (49e95c689ad8a5f12a8a9aff3a50821969ebe0d7) | Kconfig (a7ba1c24da7b78f476d8f5523489a721a01c4243) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Accelerometer drivers 4# 5# When adding new entries keep the list in alphabetical order 6 7menu "Accelerometers" 8 --- 75 unchanged lines hidden (view full) --- 84 select REGMAP_I2C 85 help 86 Say yes here to add support for the Analog Devices ADXL372 triaxial 87 acceleration sensor. 88 To compile this driver as a module, choose M here: the 89 module will be called adxl372_i2c. 90 91config BMA180 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Accelerometer drivers 4# 5# When adding new entries keep the list in alphabetical order 6 7menu "Accelerometers" 8 --- 75 unchanged lines hidden (view full) --- 84 select REGMAP_I2C 85 help 86 Say yes here to add support for the Analog Devices ADXL372 triaxial 87 acceleration sensor. 88 To compile this driver as a module, choose M here: the 89 module will be called adxl372_i2c. 90 91config BMA180 |
92 tristate "Bosch BMA023/BMA1x0/BMA25x 3-Axis Accelerometer Driver" | 92 tristate "Bosch BMA023/BMA1x0/BMA250 3-Axis Accelerometer Driver" |
93 depends on I2C && INPUT_BMA150=n 94 select IIO_BUFFER 95 select IIO_TRIGGERED_BUFFER 96 help 97 Say Y here if you want to build a driver for the Bosch BMA023, BMA150 | 93 depends on I2C && INPUT_BMA150=n 94 select IIO_BUFFER 95 select IIO_TRIGGERED_BUFFER 96 help 97 Say Y here if you want to build a driver for the Bosch BMA023, BMA150 |
98 BMA180, SMB380, or BMA25x triaxial acceleration sensor. | 98 BMA180, BMA250 or SMB380 triaxial acceleration sensor. |
99 100 To compile this driver as a module, choose M here: the 101 module will be called bma180. 102 103config BMA220 104 tristate "Bosch BMA220 3-Axis Accelerometer Driver" 105 depends on SPI 106 select IIO_BUFFER --- 31 unchanged lines hidden (view full) --- 138 tristate "Bosch BMC150 Accelerometer Driver" 139 select IIO_BUFFER 140 select IIO_TRIGGERED_BUFFER 141 select REGMAP 142 select BMC150_ACCEL_I2C if I2C 143 select BMC150_ACCEL_SPI if SPI 144 help 145 Say yes here to build support for the following Bosch accelerometers: | 99 100 To compile this driver as a module, choose M here: the 101 module will be called bma180. 102 103config BMA220 104 tristate "Bosch BMA220 3-Axis Accelerometer Driver" 105 depends on SPI 106 select IIO_BUFFER --- 31 unchanged lines hidden (view full) --- 138 tristate "Bosch BMC150 Accelerometer Driver" 139 select IIO_BUFFER 140 select IIO_TRIGGERED_BUFFER 141 select REGMAP 142 select BMC150_ACCEL_I2C if I2C 143 select BMC150_ACCEL_SPI if SPI 144 help 145 Say yes here to build support for the following Bosch accelerometers: |
146 BMA222, BMA222E, BMA250E, BMA253, BMA255, BMA280, BMC150, BMI055. | 146 BMA222, BMA222E, BMA250E, BMA253, BMA254, BMA255, BMA280, BMC150, BMI055. |
147 148 Note that some of these are combo modules: 149 - BMC150: accelerometer and magnetometer 150 - BMI055: accelerometer and gyroscope 151 152 This driver is only implementing accelerometer part, which has 153 its own address and register map. 154 --- 365 unchanged lines hidden --- | 147 148 Note that some of these are combo modules: 149 - BMC150: accelerometer and magnetometer 150 - BMI055: accelerometer and gyroscope 151 152 This driver is only implementing accelerometer part, which has 153 its own address and register map. 154 --- 365 unchanged lines hidden --- |