Ge Gao | 09a642b | 2013-02-02 00:26:00 +0000 | [diff] [blame^] | 1 | # |
2 | # inv-mpu6050 drivers for Invensense MPU devices and combos | ||||
3 | # | ||||
4 | |||||
5 | config INV_MPU6050_IIO | ||||
6 | tristate "Invensense MPU6050 devices" | ||||
7 | depends on I2C && SYSFS | ||||
8 | select IIO_TRIGGERED_BUFFER | ||||
9 | help | ||||
10 | This driver supports the Invensense MPU6050 devices. | ||||
11 | It is a gyroscope/accelerometer combo device. | ||||
12 | This driver can be built as a module. The module will be called | ||||
13 | inv-mpu6050. |