diff options
Diffstat (limited to 'drivers/misc/inv_mpu/pressure/Kconfig')
| -rw-r--r-- | drivers/misc/inv_mpu/pressure/Kconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/misc/inv_mpu/pressure/Kconfig b/drivers/misc/inv_mpu/pressure/Kconfig new file mode 100644 index 00000000000..f1c021e8f12 --- /dev/null +++ b/drivers/misc/inv_mpu/pressure/Kconfig | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | menuconfig: INV_SENSORS_PRESSURE | ||
| 2 | bool "Pressure Sensor Slaves" | ||
| 3 | depends on INV_SENSORS | ||
| 4 | default y | ||
| 5 | help | ||
| 6 | Select y to see a list of supported pressure sensors that can be | ||
| 7 | integrated with the MPUxxxx set of motion processors. | ||
| 8 | |||
| 9 | if INV_SENSORS_PRESSURE | ||
| 10 | |||
| 11 | config MPU_SENSORS_BMA085 | ||
| 12 | tristate "Bosch BMA085" | ||
| 13 | help | ||
| 14 | This enables support for the Bosch bma085 pressure sensor | ||
| 15 | This support is for integration with the MPU3050 or MPU6050 gyroscope | ||
| 16 | device driver. Only one accelerometer can be registered at a time. | ||
| 17 | Specifying more that one accelerometer in the board file will result | ||
| 18 | in runtime errors. | ||
| 19 | |||
| 20 | endif | ||
