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

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

Merge "input: sensors: add AP3426 ALPS sensor Makefile and Kconfig"

parents b67d397a d461d6af
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -735,6 +735,16 @@ config SENSORS_MMA_POSITION
	help
	help
	  this provide the sensor position setting , value is between 0~7
	  this provide the sensor position setting , value is between 0~7


config SENSORS_AP3426
	tristate "AP3426 3-in-1 digital ALPS+PS+IRLED sensor driver"
	depends on I2C
	help
	  Say Y here if you want to enable the AP3426 ALPS sensor
	  driver.

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

config SENSORS_MMC3416X
config SENSORS_MMC3416X
	tristate "MMC3416xPJ 3-axis magnetic sensor driver"
	tristate "MMC3416xPJ 3-axis magnetic sensor driver"
	depends on I2C
	depends on I2C
+1 −0
Original line number Original line Diff line number Diff line
@@ -73,6 +73,7 @@ obj-$(CONFIG_SENSORS_MPU6050) += mpu6050.o
obj-$(CONFIG_SENSORS_AKM8963)		+= akm8963.o
obj-$(CONFIG_SENSORS_AKM8963)		+= akm8963.o
obj-$(CONFIG_SENSORS_AKM09911)		+= akm09911.o
obj-$(CONFIG_SENSORS_AKM09911)		+= akm09911.o
obj-$(CONFIG_SENSORS_LIS3DH)		+= lis3dh_acc.o
obj-$(CONFIG_SENSORS_LIS3DH)		+= lis3dh_acc.o
obj-$(CONFIG_SENSORS_AP3426)		+= ap3426.o
obj-$(CONFIG_SENSORS_BMA2X2)	+= bstclass.o
obj-$(CONFIG_SENSORS_BMA2X2)	+= bstclass.o


obj-$(CONFIG_SENSORS_BMA2X2)	+= bma2x2.o
obj-$(CONFIG_SENSORS_BMA2X2)	+= bma2x2.o