Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iio: accel: bmi088: update comments and Kconfig

update the comments and Kconfig file with more descriptive and
accurate information about newly added device: BMI085, BMI090L.

Signed-off-by: Jun Yan <jerrysteve1101@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Jun Yan and committed by
Jonathan Cameron
38f0bd4c 693af17b

+8 -3
+4 -3
drivers/iio/accel/Kconfig
··· 260 260 select REGMAP 261 261 select BMI088_ACCEL_SPI 262 262 help 263 - Say yes here to build support for the Bosch BMI088 accelerometer. 263 + Say yes here to build support for the following Bosch accelerometers: 264 + BMI088, BMI085, BMI090L. Note that all of these are combo module that 265 + include both accelerometer and gyroscope. 264 266 265 - This is a combo module with both accelerometer and gyroscope. This 266 - driver only implements the accelerometer part, which has its own 267 + This driver only implements the accelerometer part, which has its own 267 268 address and register map. BMG160 provides the gyroscope driver. 268 269 269 270 config BMI088_ACCEL_SPI
+2
drivers/iio/accel/bmi088-accel-core.c
··· 2 2 /* 3 3 * 3-axis accelerometer driver supporting following Bosch-Sensortec chips: 4 4 * - BMI088 5 + * - BMI085 6 + * - BMI090L 5 7 * 6 8 * Copyright (c) 2018-2021, Topic Embedded Products 7 9 */
+2
drivers/iio/accel/bmi088-accel-spi.c
··· 2 2 /* 3 3 * 3-axis accelerometer driver supporting following Bosch-Sensortec chips: 4 4 * - BMI088 5 + * - BMI085 6 + * - BMI090L 5 7 * 6 8 * Copyright (c) 2018-2020, Topic Embedded Products 7 9 */