Loading drivers/iio/light/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -172,6 +172,16 @@ config SENSORS_ISL29018 in lux, proximity infrared sensing and normal infrared sensing. Data from sensor is accessible via sysfs. config SENSORS_ISL29028 tristate "Intersil ISL29028 Concurrent Light and Proximity Sensor" depends on I2C select REGMAP_I2C help Provides driver for the Intersil's ISL29028 device. This driver supports the sysfs interface to get the ALS, IR intensity, Proximity value via iio. The ISL29028 provides the concurrent sensing of ambient light and proximity. config ISL29125 tristate "Intersil ISL29125 digital color light sensor" depends on I2C Loading drivers/iio/light/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ obj-$(CONFIG_GP2AP020A00F) += gp2ap020a00f.o obj-$(CONFIG_HID_SENSOR_ALS) += hid-sensor-als.o obj-$(CONFIG_HID_SENSOR_PROX) += hid-sensor-prox.o obj-$(CONFIG_SENSORS_ISL29018) += isl29018.o obj-$(CONFIG_SENSORS_ISL29028) += isl29028.o obj-$(CONFIG_ISL29125) += isl29125.o obj-$(CONFIG_JSA1212) += jsa1212.o obj-$(CONFIG_SENSORS_LM3533) += lm3533-als.o Loading drivers/staging/iio/light/isl29028.c→drivers/iio/light/isl29028.c +0 −0 File moved. View file drivers/staging/iio/light/Kconfig +0 −10 Original line number Diff line number Diff line Loading @@ -3,16 +3,6 @@ # menu "Light sensors" config SENSORS_ISL29028 tristate "Intersil ISL29028 Concurrent Light and Proximity Sensor" depends on I2C select REGMAP_I2C help Provides driver for the Intersil's ISL29028 device. This driver supports the sysfs interface to get the ALS, IR intensity, Proximity value via iio. The ISL29028 provides the concurrent sensing of ambient light and proximity. config TSL2x7x tristate "TAOS TSL/TMD2x71 and TSL/TMD2x72 Family of light and proximity sensors" depends on I2C Loading drivers/staging/iio/light/Makefile +0 −1 Original line number Diff line number Diff line Loading @@ -2,5 +2,4 @@ # Makefile for industrial I/O Light sensors # obj-$(CONFIG_SENSORS_ISL29028) += isl29028.o obj-$(CONFIG_TSL2x7x) += tsl2x7x_core.o Loading
drivers/iio/light/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -172,6 +172,16 @@ config SENSORS_ISL29018 in lux, proximity infrared sensing and normal infrared sensing. Data from sensor is accessible via sysfs. config SENSORS_ISL29028 tristate "Intersil ISL29028 Concurrent Light and Proximity Sensor" depends on I2C select REGMAP_I2C help Provides driver for the Intersil's ISL29028 device. This driver supports the sysfs interface to get the ALS, IR intensity, Proximity value via iio. The ISL29028 provides the concurrent sensing of ambient light and proximity. config ISL29125 tristate "Intersil ISL29125 digital color light sensor" depends on I2C Loading
drivers/iio/light/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ obj-$(CONFIG_GP2AP020A00F) += gp2ap020a00f.o obj-$(CONFIG_HID_SENSOR_ALS) += hid-sensor-als.o obj-$(CONFIG_HID_SENSOR_PROX) += hid-sensor-prox.o obj-$(CONFIG_SENSORS_ISL29018) += isl29018.o obj-$(CONFIG_SENSORS_ISL29028) += isl29028.o obj-$(CONFIG_ISL29125) += isl29125.o obj-$(CONFIG_JSA1212) += jsa1212.o obj-$(CONFIG_SENSORS_LM3533) += lm3533-als.o Loading
drivers/staging/iio/light/Kconfig +0 −10 Original line number Diff line number Diff line Loading @@ -3,16 +3,6 @@ # menu "Light sensors" config SENSORS_ISL29028 tristate "Intersil ISL29028 Concurrent Light and Proximity Sensor" depends on I2C select REGMAP_I2C help Provides driver for the Intersil's ISL29028 device. This driver supports the sysfs interface to get the ALS, IR intensity, Proximity value via iio. The ISL29028 provides the concurrent sensing of ambient light and proximity. config TSL2x7x tristate "TAOS TSL/TMD2x71 and TSL/TMD2x72 Family of light and proximity sensors" depends on I2C Loading
drivers/staging/iio/light/Makefile +0 −1 Original line number Diff line number Diff line Loading @@ -2,5 +2,4 @@ # Makefile for industrial I/O Light sensors # obj-$(CONFIG_SENSORS_ISL29028) += isl29028.o obj-$(CONFIG_TSL2x7x) += tsl2x7x_core.o