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

Commit c4251672 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: add Kconfig and Makefile for akm09911 sensor"

parents 7377e4e4 fd1be79a
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