File tree Expand file tree Collapse file tree 3 files changed +482
-0
lines changed Expand file tree Collapse file tree 3 files changed +482
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,16 @@ config HID_SENSOR_PROX
109
109
To compile this driver as a module, choose M here: the
110
110
module will be called hid-sensor-prox.
111
111
112
+ config JSA1212
113
+ tristate "JSA1212 ALS and proximity sensor driver"
114
+ depends on I2C
115
+ help
116
+ Say Y here if you want to build a IIO driver for JSA1212
117
+ proximity & ALS sensor device.
118
+
119
+ To compile this driver as a module, choose M here:
120
+ the module will be called jsa1212.
121
+
112
122
config SENSORS_LM3533
113
123
tristate "LM3533 ambient light sensor"
114
124
depends on MFD_LM3533
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ obj-$(CONFIG_GP2AP020A00F) += gp2ap020a00f.o
12
12
obj-$(CONFIG_HID_SENSOR_ALS) += hid-sensor-als.o
13
13
obj-$(CONFIG_HID_SENSOR_PROX) += hid-sensor-prox.o
14
14
obj-$(CONFIG_ISL29125) += isl29125.o
15
+ obj-$(CONFIG_JSA1212) += jsa1212.o
15
16
obj-$(CONFIG_SENSORS_LM3533) += lm3533-als.o
16
17
obj-$(CONFIG_LTR501) += ltr501.o
17
18
obj-$(CONFIG_SENSORS_TSL2563) += tsl2563.o
You can’t perform that action at this time.
0 commit comments