Kconfig (d9e8fd0421c2047ac233141612a433490963d211) | Kconfig (94dbb46c7a8f0ee27394bc81f34b666dc4a14b71) |
---|---|
1# 2# Accelerometer drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Accelerometers" 7 8config ADIS16201 --- 62 unchanged lines hidden (view full) --- 71 select ADXL372 72 select REGMAP_SPI 73 help 74 Say yes here to add support for the Analog Devices ADXL372 triaxial 75 acceleration sensor. 76 To compile this driver as a module, choose M here: the 77 module will be called adxl372_spi. 78 | 1# 2# Accelerometer drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Accelerometers" 7 8config ADIS16201 --- 62 unchanged lines hidden (view full) --- 71 select ADXL372 72 select REGMAP_SPI 73 help 74 Say yes here to add support for the Analog Devices ADXL372 triaxial 75 acceleration sensor. 76 To compile this driver as a module, choose M here: the 77 module will be called adxl372_spi. 78 |
79config ADXL372_I2C 80 tristate "Analog Devices ADXL372 3-Axis Accelerometer I2C Driver" 81 depends on I2C 82 select ADXL372 83 select REGMAP_I2C 84 help 85 Say yes here to add support for the Analog Devices ADXL372 triaxial 86 acceleration sensor. 87 To compile this driver as a module, choose M here: the 88 module will be called adxl372_i2c. 89 |
|
79config BMA180 80 tristate "Bosch BMA180/BMA250 3-Axis Accelerometer Driver" 81 depends on I2C 82 select IIO_BUFFER 83 select IIO_TRIGGERED_BUFFER 84 help 85 Say Y here if you want to build a driver for the Bosch BMA180 or 86 BMA250 triaxial acceleration sensor. --- 341 unchanged lines hidden --- | 90config BMA180 91 tristate "Bosch BMA180/BMA250 3-Axis Accelerometer Driver" 92 depends on I2C 93 select IIO_BUFFER 94 select IIO_TRIGGERED_BUFFER 95 help 96 Say Y here if you want to build a driver for the Bosch BMA180 or 97 BMA250 triaxial acceleration sensor. --- 341 unchanged lines hidden --- |