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

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

Merge "input: makefile: add makefile and kconfig for mpu6050 sensor"

parents d7d63fcf 235e3c93
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