2021-01-25 21:09:23 +08:00
|
|
|
# BMI270 6 Axis IMU configuration
|
|
|
|
|
|
|
|
# Copyright (c) 2021 Bosch Sensortec GmbH
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config BMI270
|
|
|
|
bool "BMI270 Inertial measurement unit"
|
2022-07-20 11:41:45 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_BOSCH_BMI270_ENABLED
|
2021-01-25 21:09:23 +08:00
|
|
|
depends on I2C
|
|
|
|
help
|
|
|
|
Enable driver for BMI270 I2C-based imu sensor
|