blob: f1c021e8f126e17989787c2e15868ed5a0c86116 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
menuconfig: INV_SENSORS_PRESSURE
bool "Pressure Sensor Slaves"
depends on INV_SENSORS
default y
help
Select y to see a list of supported pressure sensors that can be
integrated with the MPUxxxx set of motion processors.
if INV_SENSORS_PRESSURE
config MPU_SENSORS_BMA085
tristate "Bosch BMA085"
help
This enables support for the Bosch bma085 pressure sensor
This support is for integration with the MPU3050 or MPU6050 gyroscope
device driver. Only one accelerometer can be registered at a time.
Specifying more that one accelerometer in the board file will result
in runtime errors.
endif
|