2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 13:57:41 +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:
Jean Delvare
2004-03-19 18:25:57 +00:00
parent 38eb690928
commit eac40915b6
2 changed files with 7 additions and 1 deletions

View File

@@ -219,6 +219,9 @@ ltc1710
matorb
Matrix Orbital LCD displays
pca9540
2-channel I2C multiplexer
pcf8574 & pcf8574a
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

View File

@@ -121,6 +121,9 @@ endif
ifneq ($(shell if grep -q '^CONFIG_SENSORS_MTP008=y' $(LINUX)/.config; then echo 1; fi),1)
KERNELCHIPSTARGETS += $(MODULE_DIR)/mtp008.o
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)
KERNELCHIPSTARGETS += $(MODULE_DIR)/pcf8574.o
endif