Kconfig (5170512cf6a17373b3a8bb63187a6e90ddf7c1ca) Kconfig (fb0e5250a8a11d5a923c396704ae53b4e35a1da3)
1#
2# Accelerometer drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Accelerometers"
7
8config ADXL345

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

17 help
18 Say Y here if you want to build support for the Analog Devices
19 ADXL345 3-axis digital accelerometer.
20
21 To compile this driver as a module, choose M here: the module
22 will be called adxl345_i2c and you will also get adxl345_core
23 for the core module.
24
1#
2# Accelerometer drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Accelerometers"
7
8config ADXL345

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

17 help
18 Say Y here if you want to build support for the Analog Devices
19 ADXL345 3-axis digital accelerometer.
20
21 To compile this driver as a module, choose M here: the module
22 will be called adxl345_i2c and you will also get adxl345_core
23 for the core module.
24
25config ADXL345_SPI
26 tristate "Analog Devices ADXL345 3-Axis Digital Accelerometer SPI Driver"
27 depends on INPUT_ADXL34X=n
28 depends on SPI
29 select ADXL345
30 select REGMAP_SPI
31 help
32 Say Y here if you want to build support for the Analog Devices
33 ADXL345 3-axis digital accelerometer.
34
35 To compile this driver as a module, choose M here: the module
36 will be called adxl345_spi and you will also get adxl345_core
37 for the core module.
38
25config BMA180
26 tristate "Bosch BMA180/BMA250 3-Axis Accelerometer Driver"
27 depends on I2C
28 select IIO_BUFFER
29 select IIO_TRIGGERED_BUFFER
30 help
31 Say Y here if you want to build a driver for the Bosch BMA180 or
32 BMA250 triaxial acceleration sensor.

--- 330 unchanged lines hidden ---
39config BMA180
40 tristate "Bosch BMA180/BMA250 3-Axis Accelerometer Driver"
41 depends on I2C
42 select IIO_BUFFER
43 select IIO_TRIGGERED_BUFFER
44 help
45 Say Y here if you want to build a driver for the Bosch BMA180 or
46 BMA250 triaxial acceleration sensor.

--- 330 unchanged lines hidden ---