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

Commit 7ccea8c5 authored by Oliver Wang's avatar Oliver Wang Committed by Gerrit - the friendly Code Review server
Browse files

input: sensors: add kconfig and makefile for mmc3416x driver



Kconfig and makefile entity is required to build MEMSIC mmc3416x
3-axis magnetic sensor driver.

Change-Id: I839d1ddccf46e6aa22a981b1c6d2c0eaee3d6323
Signed-off-by: default avatarOliver Wang <mengmeng@codeaurora.org>
parent a2ce589e
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -724,6 +724,16 @@ config SENSORS_MMA_POSITION
	help
	  this provide the sensor position setting , value is between 0~7

config SENSORS_MMC3416X
	tristate "MMC3416xPJ 3-axis magnetic sensor driver"
	depends on I2C
	help
	  Say Y here if you want to enable the MMC3416xPJ magnetic sensor
	  driver.

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

config SENSORS_AKM09911
	tristate "AKM09911 3-axis electronic compass sensor driver"
	depends on I2C
+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ obj-$(CONFIG_INPUT_XEN_KBDDEV_FRONTEND) += xen-kbdfront.o
obj-$(CONFIG_INPUT_YEALINK)		+= yealink.o
obj-$(CONFIG_BMP18X)			+= bmp18x-core.o
obj-$(CONFIG_BMP18X_I2C)		+= bmp18x-i2c.o
obj-$(CONFIG_SENSORS_MMC3416X)		+= mmc3416x.o
obj-$(CONFIG_SENSORS_MMA8X5X)	  	+= mma8x5x.o
obj-$(CONFIG_SENSORS_STK3X1X)		+= stk3x1x.o
obj-$(CONFIG_SENSORS_CAPELLA_CM36283)	+= cm36283.o