aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/inv_mpu/pressure/Kconfig
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-01-22 10:38:37 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-01-22 10:38:37 -0500
commitfcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch)
treea57612d1888735a2ec7972891b68c1ac5ec8faea /drivers/misc/inv_mpu/pressure/Kconfig
parent8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff)
Added missing tegra files.HEADmaster
Diffstat (limited to 'drivers/misc/inv_mpu/pressure/Kconfig')
-rw-r--r--drivers/misc/inv_mpu/pressure/Kconfig20
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 @@
1menuconfig: 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
9if INV_SENSORS_PRESSURE
10
11config 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
20endif