File tree 4 files changed +1220
-0
lines changed
4 files changed +1220
-0
lines changed Original file line number Diff line number Diff line change 12593
12593
S: Supported
12594
12594
W: https://ez.analog.com/linux-software-drivers
12595
12595
F: Documentation/devicetree/bindings/iio/temperature/adi,max30210.yaml
12596
+ F: drivers/iio/temperature/max30210.c
12596
12597
12597
12598
MAX31827 TEMPERATURE SWITCH DRIVER
12598
12599
M: Daniel Matyas <
[email protected] >
Original file line number Diff line number Diff line change @@ -148,4 +148,14 @@ config MAX31865
148
148
This driver can also be build as a module. If so, the module
149
149
will be called max31865.
150
150
151
+ config MAX30210
152
+ tristate "MAX30210 Low-Power I2C Digital Temperature Sensor"
153
+ depends on I2C
154
+ help
155
+ If you say yes here you get support for MAX30210 low-power digital
156
+ temperature sensor chip connected via I2C.
157
+
158
+ This driver can also be build as a module. If so, the module
159
+ will be called max30210.
160
+
151
161
endmenu
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ obj-$(CONFIG_IQS620AT_TEMP) += iqs620at-temp.o
7
7
obj-$(CONFIG_LTC2983) += ltc2983.o
8
8
obj-$(CONFIG_HID_SENSOR_TEMP) += hid-sensor-temperature.o
9
9
obj-$(CONFIG_MAXIM_THERMOCOUPLE) += maxim_thermocouple.o
10
+ obj-$(CONFIG_MAX30210) += max30210.o
10
11
obj-$(CONFIG_MAX31856) += max31856.o
11
12
obj-$(CONFIG_MAX31865) += max31865.o
12
13
obj-$(CONFIG_MLX90614) += mlx90614.o
You can’t perform that action at this time.
0 commit comments