]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/iio/accel/Kconfig
Merge tag 'devicetree-fixes-for-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / drivers / iio / accel / Kconfig
index 829dc96c9dd6fe527a616bd3c1b14f768192223c..7993a67bd35156e3aed7586cd666d93eb9854b7b 100644 (file)
@@ -60,6 +60,33 @@ config ADXL345_SPI
          will be called adxl345_spi and you will also get adxl345_core
          for the core module.
 
+config ADXL372
+       tristate
+       select IIO_BUFFER
+       select IIO_TRIGGERED_BUFFER
+
+config ADXL372_SPI
+       tristate "Analog Devices ADXL372 3-Axis Accelerometer SPI Driver"
+       depends on SPI
+       select ADXL372
+       select REGMAP_SPI
+       help
+         Say yes here to add support for the Analog Devices ADXL372 triaxial
+         acceleration sensor.
+         To compile this driver as a module, choose M here: the
+         module will be called adxl372_spi.
+
+config ADXL372_I2C
+       tristate "Analog Devices ADXL372 3-Axis Accelerometer I2C Driver"
+       depends on I2C
+       select ADXL372
+       select REGMAP_I2C
+       help
+         Say yes here to add support for the Analog Devices ADXL372 triaxial
+         acceleration sensor.
+         To compile this driver as a module, choose M here: the
+         module will be called adxl372_i2c.
+
 config BMA180
        tristate "Bosch BMA180/BMA250 3-Axis Accelerometer Driver"
        depends on I2C