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

Commit d35a2497 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 isl29044a driver"

parents 9071c08e 67e8cc1b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -847,5 +847,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
@@ -87,3 +87,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.