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:
Avi Green 2022-02-03 13:50:07 +02:00 committed by Marti Bolivar
commit 1d46332b39

View file

@ -5,7 +5,7 @@
menuconfig BMI160
bool "Bosch BMI160 inertial measurement unit"
depends on SPI
depends on SPI || I2C
help
Enable Bosch BMI160 inertial measurement unit that provides acceleration
and angular rate measurements.