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

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

Merge "drivers: misc: add snapshot of APDS9930 driver"

parents 1b891630 7f394c20
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -365,6 +365,16 @@ config SENSORS_APDS990X
	   To compile this driver as a module, choose M here: the
	   module will be called apds990x. If unsure, say N here.

config APDS9930
	 tristate "Avago APDS9930 combined als and proximity sensors"
	 depends on I2C
	 help
	   Say Y here if you want to build a driver for Avago APDS9930
	   combined ambient light and proximity sensor chip.

	   To compile this driver as a module, choose M here: the
	   module will be called apds9930. If unsure, say N here.

config HMC6352
	tristate "Honeywell HMC6352 compass"
	depends on I2C
+1 −0
Original line number Diff line number Diff line
@@ -70,3 +70,4 @@ obj-$(CONFIG_USB_EXT_TYPE_C_PERICOM) += type-c-pericom.o
obj-$(CONFIG_USB_EXT_TYPE_C_TI)		+= type-c-ti.o
obj-$(CONFIG_QPNP_MISC) 	+= qpnp-misc.o
obj-$(CONFIG_MEMORY_STATE_TIME) += memory_state_time.o
obj-$(CONFIG_APDS9930)		+= apds993x.o