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

Commit 67e8cc1b authored by Danier Chen's avatar Danier Chen Committed by Gustavo Solaira
Browse files

input: misc: Add isl29044a driver

Add Intersil ISL29044A ALPS sensor driver.

Change-Id: Ia55f760a15bddf84e4a90458222603dd9b17c406
Git-commit: b533b38c7a1a77720a448ea1d24245fc5d8ba7e4
Git-repo: https://github.com/Foxda-Tech/argo8-kernel.git


[gustavos@codeaurora.org: Add config and makefile changes
 from upstream change 265f06cf655084ae9bd7e4ae37cf84a41747d2c9]
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent 069f11cb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -837,5 +837,11 @@ config SENSORS_MC3430
	 Say Y here if you want to enable the MC3430 acceleration sensor
	 driver.

config SENSORS_ISL29044A
	tristate "INTERSIL P/L sensor"
	depends on I2C
	help
	 This option enables support for the INTERSIL ISL29044A P/L sensor.

endif
+1 −0
Original line number Diff line number Diff line
@@ -86,3 +86,4 @@ ifeq ($(CONFIG_BOSCH_BMA2X2_ENABLE_INT2),y)
endif

obj-$(CONFIG_SENSORS_MC3430)	+= mc3xxx.o
obj-$(CONFIG_SENSORS_ISL29044A)	+= isl29044a.o
+1535 −0

File added.

Preview size limit exceeded, changes collapsed.