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

Commit 274aed05 authored by Danier Chen's avatar Danier Chen Committed by Gustavo Solaira
Browse files

input: misc: mc3xxx driver

Add Mcube mc3xxx 3-axis accelerometer driver.

Change-Id: I14052b210494b1476d5f70c1ee0a2ddbb648de93
Git-commit: ac88637edf30c20ba619911db334de1000ae6fa5
Git-repo: https://github.com/Foxda-Tech/argo8-kernel.git


[gustavos@codeaurora.org: fixed compilation error]
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent a65cf5a3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -830,5 +830,12 @@ config SENSORS_BMI058
	 If you say yes here, you get support for Bosch Sensortec's
	 sensor driver of BMI058.

config SENSORS_MC3430
	tristate "MC3430 acceleration sensor support"
	depends on I2C
	help
	 Say Y here if you want to enable the MC3430 acceleration sensor
	 driver.

endif
+2 −0
Original line number Diff line number Diff line
@@ -84,3 +84,5 @@ endif
ifeq ($(CONFIG_BOSCH_BMA2X2_ENABLE_INT2),y)
	EXTRA_CFLAGS += -DBMA2X2_ENABLE_INT2
endif

obj-$(CONFIG_SENSORS_MC3430)	+= mc3xxx.o
+1335 −0

File added.

Preview size limit exceeded, changes collapsed.