Loading drivers/misc/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -313,6 +313,16 @@ config APDS9802ALS This driver can also be built as a module. If so, the module will be called apds9802als. 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 apds9950. If unsure, say N here. config ISL29003 tristate "Intersil ISL29003 ambient light sensor" depends on I2C && SYSFS Loading drivers/misc/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ obj-$(CONFIG_SGI_GRU) += sgi-gru/ obj-$(CONFIG_CS5535_MFGPT) += cs5535-mfgpt.o obj-$(CONFIG_HP_ILO) += hpilo.o obj-$(CONFIG_APDS9802ALS) += apds9802als.o obj-$(CONFIG_APDS9930) += apds993x.o obj-$(CONFIG_ISL29003) += isl29003.o obj-$(CONFIG_ISL29020) += isl29020.o obj-$(CONFIG_USB_HSIC_SMSC_HUB) += smsc_hub.o Loading Loading
drivers/misc/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -313,6 +313,16 @@ config APDS9802ALS This driver can also be built as a module. If so, the module will be called apds9802als. 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 apds9950. If unsure, say N here. config ISL29003 tristate "Intersil ISL29003 ambient light sensor" depends on I2C && SYSFS Loading
drivers/misc/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ obj-$(CONFIG_SGI_GRU) += sgi-gru/ obj-$(CONFIG_CS5535_MFGPT) += cs5535-mfgpt.o obj-$(CONFIG_HP_ILO) += hpilo.o obj-$(CONFIG_APDS9802ALS) += apds9802als.o obj-$(CONFIG_APDS9930) += apds993x.o obj-$(CONFIG_ISL29003) += isl29003.o obj-$(CONFIG_ISL29020) += isl29020.o obj-$(CONFIG_USB_HSIC_SMSC_HUB) += smsc_hub.o Loading