mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +00:00
Add pca9540.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2370 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -219,6 +219,9 @@ ltc1710
|
|||||||
matorb
|
matorb
|
||||||
Matrix Orbital LCD displays
|
Matrix Orbital LCD displays
|
||||||
|
|
||||||
|
pca9540
|
||||||
|
2-channel I2C multiplexer
|
||||||
|
|
||||||
pcf8574 & pcf8574a
|
pcf8574 & pcf8574a
|
||||||
Simple eight-bit parallel I/O
|
Simple eight-bit parallel I/O
|
||||||
|
|
||||||
@@ -264,4 +267,4 @@ This may help identify a chip after doing a 'i2cdump [bus] [address]'.
|
|||||||
|
|
||||||
|
|
||||||
------------------
|
------------------
|
||||||
Copyright (c) 2001-2003 The lm_sensors group
|
Copyright (c) 2001-2004 The lm_sensors group
|
||||||
|
@@ -121,6 +121,9 @@ endif
|
|||||||
ifneq ($(shell if grep -q '^CONFIG_SENSORS_MTP008=y' $(LINUX)/.config; then echo 1; fi),1)
|
ifneq ($(shell if grep -q '^CONFIG_SENSORS_MTP008=y' $(LINUX)/.config; then echo 1; fi),1)
|
||||||
KERNELCHIPSTARGETS += $(MODULE_DIR)/mtp008.o
|
KERNELCHIPSTARGETS += $(MODULE_DIR)/mtp008.o
|
||||||
endif
|
endif
|
||||||
|
ifneq ($(shell if grep -q '^CONFIG_SENSORS_PCA9540=y' $(LINUX)/.config; then echo 1; fi),1)
|
||||||
|
KERNELCHIPSTARGETS += $(MODULE_DIR)/pca9540.o
|
||||||
|
endif
|
||||||
ifneq ($(shell if grep -q '^CONFIG_SENSORS_PCF8574=y' $(LINUX)/.config; then echo 1; fi),1)
|
ifneq ($(shell if grep -q '^CONFIG_SENSORS_PCF8574=y' $(LINUX)/.config; then echo 1; fi),1)
|
||||||
KERNELCHIPSTARGETS += $(MODULE_DIR)/pcf8574.o
|
KERNELCHIPSTARGETS += $(MODULE_DIR)/pcf8574.o
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user