mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 09:43:59 +08:00
da0d4ef27c
Fix: drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c: In function ‘inv_mpu6050_read_fifo’: drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c:176:3: error: implicit declaration of function ‘iio_push_to_buffers’ [-Werror=implicit-function-declaration] Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
15 lines
394 B
Plaintext
15 lines
394 B
Plaintext
#
|
|
# inv-mpu6050 drivers for Invensense MPU devices and combos
|
|
#
|
|
|
|
config INV_MPU6050_IIO
|
|
tristate "Invensense MPU6050 devices"
|
|
depends on I2C && SYSFS
|
|
select IIO_BUFFER
|
|
select IIO_TRIGGERED_BUFFER
|
|
help
|
|
This driver supports the Invensense MPU6050 devices.
|
|
It is a gyroscope/accelerometer combo device.
|
|
This driver can be built as a module. The module will be called
|
|
inv-mpu6050.
|