Kconfig (e42f6f9be4f83c537aa81b4c6239ea94ff5b29ce) Kconfig (d9e8fd0421c2047ac233141612a433490963d211)
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
65 select IIO_BUFFER
66 select IIO_TRIGGERED_BUFFER
67
68config ADXL372_SPI
69 tristate "Analog Devices ADXL372 3-Axis Accelerometer SPI Driver"
70 depends on SPI
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
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 ---
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 ---