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

Commit fd1be79a authored by Oliver Wang's avatar Oliver Wang
Browse files

input: misc: add Kconfig and Makefile for akm09911 sensor



Add Kconfig and Makefile for AKM akm09911 3-axis electronic compass
sensor.

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

config SENSORS_AKM09911
	tristate "AKM09911 3-axis electronic compass sensor driver"
	depends on I2C
	help
	  Say Y here if you want to enable the akm09911 ecompass sensor
	  driver.

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

config SENSORS_AKM8963
	tristate "AKM8963 3-axis electronic compass sensor driver"
	depends on I2C
+1 −0
Original line number Diff line number Diff line
@@ -69,3 +69,4 @@ obj-$(CONFIG_SENSORS_STK3X1X) += stk3x1x.o
obj-$(CONFIG_SENSORS_CAPELLA_CM36283)	+= cm36283.o
obj-$(CONFIG_SENSORS_MPU6050)		+= mpu6050.o
obj-$(CONFIG_SENSORS_AKM8963)	+= akm8963.o
obj-$(CONFIG_SENSORS_AKM09911)	+= akm09911.o