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

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

Merge "input: misc: mc3xxx driver"

parents 918396bf 274aed05
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.