13 lines
289 B
Plaintext
13 lines
289 B
Plaintext
# BMI270 6 Axis IMU configuration
|
|
|
|
# Copyright (c) 2021 Bosch Sensortec GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BMI270
|
|
bool "BMI270 Inertial measurement unit"
|
|
default y
|
|
depends on DT_HAS_BOSCH_BMI270_ENABLED
|
|
select I2C
|
|
help
|
|
Enable driver for BMI270 I2C-based imu sensor
|