Kconfig (36ec807b627b4c0a0a382f0ae48eac7187d14b2b) | Kconfig (df36de13677a0ebd3ab31dd2c603f9eafdf8de7d) |
---|---|
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 --- 163 unchanged lines hidden (view full) --- 172 select ADXL372 173 select REGMAP_I2C 174 help 175 Say yes here to add support for the Analog Devices ADXL372 triaxial 176 acceleration sensor. 177 To compile this driver as a module, choose M here: the 178 module will be called adxl372_i2c. 179 | 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 --- 163 unchanged lines hidden (view full) --- 172 select ADXL372 173 select REGMAP_I2C 174 help 175 Say yes here to add support for the Analog Devices ADXL372 triaxial 176 acceleration sensor. 177 To compile this driver as a module, choose M here: the 178 module will be called adxl372_i2c. 179 |
180config ADXL380 181 tristate 182 select IIO_BUFFER 183 select IIO_TRIGGERED_BUFFER 184 185config ADXL380_SPI 186 tristate "Analog Devices ADXL380 3-Axis Accelerometer SPI Driver" 187 depends on SPI 188 select ADXL380 189 select REGMAP_SPI 190 help 191 Say yes here to add support for the Analog Devices ADXL380 triaxial 192 acceleration sensor. 193 To compile this driver as a module, choose M here: the 194 module will be called adxl380_spi. 195 196config ADXL380_I2C 197 tristate "Analog Devices ADXL380 3-Axis Accelerometer I2C Driver" 198 depends on I2C 199 select ADXL380 200 select REGMAP_I2C 201 help 202 Say yes here to add support for the Analog Devices ADXL380 triaxial 203 acceleration sensor. 204 To compile this driver as a module, choose M here: the 205 module will be called adxl380_i2c. 206 |
|
180config BMA180 181 tristate "Bosch BMA023/BMA1x0/BMA250 3-Axis Accelerometer Driver" 182 depends on I2C && INPUT_BMA150=n 183 select IIO_BUFFER 184 select IIO_TRIGGERED_BUFFER 185 help 186 Say Y here if you want to build a driver for the Bosch BMA023, BMA150 187 BMA180, BMA250 or SMB380 triaxial acceleration sensor. --- 475 unchanged lines hidden --- | 207config BMA180 208 tristate "Bosch BMA023/BMA1x0/BMA250 3-Axis Accelerometer Driver" 209 depends on I2C && INPUT_BMA150=n 210 select IIO_BUFFER 211 select IIO_TRIGGERED_BUFFER 212 help 213 Say Y here if you want to build a driver for the Bosch BMA023, BMA150 214 BMA180, BMA250 or SMB380 triaxial acceleration sensor. --- 475 unchanged lines hidden --- |