diff options
author | Irina Tirdea <irina.tirdea@intel.com> | 2014-02-09 15:59:00 +0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-09-14 21:40:42 +0400 |
commit | 3a0888edcffd9406f1cbbe240f4533e35db67e81 (patch) | |
tree | d5771be76c81b68ecfa4e14f93cda3fb5735fbe2 /drivers/iio/gyro/Kconfig | |
parent | c9bf2373da2144dec511503cebf5f8a63b0dcff3 (diff) | |
download | linux-3a0888edcffd9406f1cbbe240f4533e35db67e81.tar.xz |
iio: gyro: bmi055 gyro sensor driver
Add support for the BMI055 gyroscope sensor. BMI055 is a package
consisting of an acceleration sensor and a gyroscope. This patch
adds support for the gyroscope only.
Spec downloaded from:
http://ae-bst.resource.bosch.com/media/products/dokumente/bmi055/BST-BMI055-DS000-06.pdf
The BMI055 gyroscope uses the same register definition as BMG160,
but does not specify a temp register. However, the temp register
seems to be working in the same way as for BMG160, so this patch
does not remove the temp channel for BMI055.
Signed-off-by: Irina Tirdea <irina.tirdea@intel.com>
Reviewed-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/gyro/Kconfig')
-rw-r--r-- | drivers/iio/gyro/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/gyro/Kconfig b/drivers/iio/gyro/Kconfig index d630ae987d0b..b3d0e94f72eb 100644 --- a/drivers/iio/gyro/Kconfig +++ b/drivers/iio/gyro/Kconfig @@ -56,7 +56,7 @@ config BMG160 select IIO_TRIGGERED_BUFFER if IIO_BUFFER help Say yes here to build support for Bosch BMG160 Tri-axis Gyro Sensor - driver. + driver. This driver also supports BMI055 gyroscope. This driver can also be built as a module. If so, the module will be called bmg160. |