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

Commit 235e3c93 authored by Bingzhe Cai's avatar Bingzhe Cai
Browse files

input: makefile: add makefile and kconfig for mpu6050 sensor



Add Makefile and Kconfig for driver of Invensense mpu6050
accelerometer + gyroscope combo sensor.

Change-Id: I2bc9b4ce55f82d2081aa7372c2135c3bd7700ea7
Signed-off-by: default avatarBingzhe Cai <bingzhec@codeaurora.org>
parent 2a78c0b2
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -197,6 +197,16 @@ config INPUT_MPU3050
	  To compile this driver as a module, choose M here: the
	  module will be called mpu3050.

config SENSORS_MPU6050
	tristate "MPU6050 6-axix gyroscope + acceleromater combo"
	depends on I2C
	help
	  Say Y here if you want to support InvenSense MPU6050
	  connected via an I2C bus.

	  To compile this driver as a module, choose M here: the
	  module will be called mpu6050.

config INPUT_APANEL
	tristate "Fujitsu Lifebook Application Panel buttons"
	depends on X86 && I2C && LEDS_CLASS
+1 −0
Original line number Diff line number Diff line
@@ -67,3 +67,4 @@ obj-$(CONFIG_BMP18X_I2C) += bmp18x-i2c.o
obj-$(CONFIG_SENSORS_MMA8X5X)	  	+= mma8x5x.o
obj-$(CONFIG_SENSORS_STK3X1X)		+= stk3x1x.o
obj-$(CONFIG_SENSORS_CAPELLA_CM36283)	+= cm36283.o
obj-$(CONFIG_SENSORS_MPU6050)		+= mpu6050.o