Added LM92 temperature sensor.

This commit is contained in:
Paul A. Patience
2015-08-06 17:35:34 -04:00
parent 36db0725c5
commit 282c4f5347
4 changed files with 783 additions and 0 deletions
+7
View File
@@ -79,6 +79,13 @@ config LM75
This should also work with compatible temperature sensors such as
the TI TMP100/101.
config LM92
bool "TI LM92 Temperature Sensor support"
default n
select I2C
---help---
Enable driver support for the TI LM92 Temperature Sensor.
config QENCODER
bool "Qencoder"
default n
+4
View File
@@ -60,6 +60,10 @@ endif
ifeq ($(CONFIG_I2C_LM75),y)
CSRCS += lm75.c
endif
ifeq ($(CONFIG_LM92),y)
CSRCS += lm92.c
endif
endif # CONFIG_I2C
# These drivers depend on SPI support
File diff suppressed because it is too large Load Diff