Changeset 2370

Show
Ignore:
Timestamp:
03/19/04 19:25:57 (5 years ago)
Author:
khali
Message:

Add pca9540.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/doc/chips/SUMMARY

    r2297 r2370  
    220220        Matrix Orbital LCD displays 
    221221 
     222pca9540 
     223        2-channel I2C multiplexer 
     224 
    222225pcf8574 & pcf8574a 
    223226        Simple eight-bit parallel I/O 
     
    265268 
    266269------------------ 
    267 Copyright (c) 2001-2003 The lm_sensors group 
     270Copyright (c) 2001-2004 The lm_sensors group 
  • lm-sensors/trunk/kernel/chips/Module.mk

    r2189 r2370  
    122122KERNELCHIPSTARGETS += $(MODULE_DIR)/mtp008.o 
    123123endif 
     124ifneq ($(shell if grep -q '^CONFIG_SENSORS_PCA9540=y' $(LINUX)/.config; then echo 1; fi),1) 
     125KERNELCHIPSTARGETS += $(MODULE_DIR)/pca9540.o 
     126endif 
    124127ifneq ($(shell if grep -q '^CONFIG_SENSORS_PCF8574=y' $(LINUX)/.config; then echo 1; fi),1) 
    125128KERNELCHIPSTARGETS += $(MODULE_DIR)/pcf8574.o