Loading drivers/misc/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -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 Loading drivers/misc/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
drivers/misc/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
drivers/misc/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -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