Changeset 1123

Show
Ignore:
Timestamp:
06/09/01 01:03:21 (7 years ago)
Author:
mds
Message:

changed CONFIG_I2C_VOODOO to CONFIG_I2C_VOODOO3 since we

had some of each! Thanks Antonio Mitarotondo <anmitaro@altern.org>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/kernel/busses/Module.mk

    r1109 r1123  
    6565KERNELBUSSESTARGETS += $(MODULE_DIR)/i2c-viapro.o 
    6666endif 
    67 ifneq ($(shell if grep -q '^CONFIG_I2C_VOODOO=y' $(LINUX)/.config; then echo 1; fi),1) 
     67ifneq ($(shell if grep -q '^CONFIG_I2C_VOODOO3=y' $(LINUX)/.config; then echo 1; fi),1) 
    6868KERNELBUSSESTARGETS += $(MODULE_DIR)/i2c-voodoo3.o 
    6969endif 
  • lm-sensors/trunk/mkpatch/mkpatch.pl

    r1111 r1123  
    649649    dep_tristate '  VIA Technologies, Inc. VT82C586B' CONFIG_I2C_VIA $CONFIG_I2C_ALGOBIT 
    650650    tristate '  VIA Technologies, Inc. VT596A/B' CONFIG_I2C_VIAPRO 
    651     dep_tristate '  Voodoo3 I2C interface' CONFIG_I2C_VOODOO $CONFIG_I2C_ALGOBIT 
     651    dep_tristate '  Voodoo3 I2C interface' CONFIG_I2C_VOODOO3 $CONFIG_I2C_ALGOBIT 
    652652    tristate '  Pseudo ISA adapter (for hardware sensors modules)' CONFIG_I2C_ISA  
    653653  fi