Kconfig (2475c515d4031c494ff452508a8bf8c281ec6e56) Kconfig (4097da40f9264ab75f256ec7f097cfff2710cc0a)
1#
2# Accelerometer drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Accelerometers"
7
8config ADIS16201

--- 46 unchanged lines hidden (view full) ---

55 help
56 Say Y here if you want to build support for the Analog Devices
57 ADXL345 or ADXL375 3-axis digital accelerometer.
58
59 To compile this driver as a module, choose M here: the module
60 will be called adxl345_spi and you will also get adxl345_core
61 for the core module.
62
1#
2# Accelerometer drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Accelerometers"
7
8config ADIS16201

--- 46 unchanged lines hidden (view full) ---

55 help
56 Say Y here if you want to build support for the Analog Devices
57 ADXL345 or ADXL375 3-axis digital accelerometer.
58
59 To compile this driver as a module, choose M here: the module
60 will be called adxl345_spi and you will also get adxl345_core
61 for the core module.
62
63config ADXL372
64 tristate "Analog Devices ADXL372 3-Axis Accelerometer Driver"
65 depends on SPI
66 select IIO_BUFFER
67 select IIO_TRIGGERED_BUFFER
68 help
69 Say yes here to add support for the Analog Devices ADXL372 triaxial
70 acceleration sensor.
71 To compile this driver as a module, choose M here: the
72 module will be called adxl372.
73
63config BMA180
64 tristate "Bosch BMA180/BMA250 3-Axis Accelerometer Driver"
65 depends on I2C
66 select IIO_BUFFER
67 select IIO_TRIGGERED_BUFFER
68 help
69 Say Y here if you want to build a driver for the Bosch BMA180 or
70 BMA250 triaxial acceleration sensor.

--- 341 unchanged lines hidden ---
74config BMA180
75 tristate "Bosch BMA180/BMA250 3-Axis Accelerometer Driver"
76 depends on I2C
77 select IIO_BUFFER
78 select IIO_TRIGGERED_BUFFER
79 help
80 Say Y here if you want to build a driver for the Bosch BMA180 or
81 BMA250 triaxial acceleration sensor.

--- 341 unchanged lines hidden ---