Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4d07a6e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sensor: Merge 'origin/caf/github/boschsensortec/master' into msm-3.18"

parents 2b088b76 c15b613e
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
#
# IIO imu drivers configuration
#
menu "Inertial measurement units"
source "drivers/staging/iio/imu/bmi160/Kconfig"


#
# Bosch BMI160 IMU drivers configuration
#

config SENSORS_BMI160_IIO
        tristate "BMI160 IMU IIO Driver"
        depends on I2C 
        help
	  If you say yes here you get support for Bosch Sensortec's
	  IMU drivers of BMI16x.

config SENSORS_BMI160_IIO_RING
        tristate "BMI160 IIO Ring Buffer Support"
        depends on SENSORS_BMI160_IIO
        select IIO_TRIGGERED_BUFFER if IIO_BUFFER
        help
         BMI160 IMU Driver support ring buffer operations.

endmenu
+9 −0
Original line number Diff line number Diff line
#
#Makefile for BMI160 IIO Driver
#
obj-y   += bmi160_i2c.o bmi160_core.o bmi160.o 
obj-y   += bmi160_ring.o

EXTRA_CFLAGS += -DBMI160_ENABLE_INT1

EXTRA_CFLAGS += -DBMI_USE_BASIC_I2C_FUNC
+18816 −0

File added.

Preview size limit exceeded, changes collapsed.

+11839 −0

File added.

Preview size limit exceeded, changes collapsed.

+4058 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading