bmi160: Added I2C to Kconfig dependency
bmi160 driver code supports i2c, but is not selectable by Kconfig Signed-off-by: Avi Green <avigreen1978@yandex.com>
This commit is contained in:
parent
4bdaffdf54
commit
1d46332b39
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
menuconfig BMI160
|
menuconfig BMI160
|
||||||
bool "Bosch BMI160 inertial measurement unit"
|
bool "Bosch BMI160 inertial measurement unit"
|
||||||
depends on SPI
|
depends on SPI || I2C
|
||||||
help
|
help
|
||||||
Enable Bosch BMI160 inertial measurement unit that provides acceleration
|
Enable Bosch BMI160 inertial measurement unit that provides acceleration
|
||||||
and angular rate measurements.
|
and angular rate measurements.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue