Changeset 1157

Show
Ignore:
Timestamp:
08/13/01 03:38:03 (7 years ago)
Author:
mds
Message:

add some chip names to config descriptions;

add algo-bit as a dependency for i2c-i810.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/mkpatch/mkpatch.pl

    r1143 r1157  
    117117  is running. 
    118118 
    119 AMD 756 
     119AMD 756/766 
    120120CONFIG_I2C_AMD756 
    121121  If you say yes to this option, support will be included for the AMD 
    122   756 mainboard I2C interfaces. This can also be  
     122  756/766 mainboard I2C interfaces. This can also be  
    123123  built as a module which can be inserted and removed while the kernel 
    124124  is running. 
     
    138138  is running. 
    139139 
    140 Intel I810 
     140Intel I810/I815 
    141141CONFIG_I2C_I810 
    142142  If you say yes to this option, support will be included for the  
    143   Intel I810 mainboard I2C interfaces. The I2C busses on the I810 
     143  Intel I810/I815 mainboard I2C interfaces. The I2C busses these chips 
    144144  are generally used only for video devices. For "810" mainboard sensor 
    145145  chips, use the I801 I2C driver instead. This can also be 
     
    147147  is running. 
    148148 
    149 Intel 82371AB PIIX4(E) / ServerWorks OSB4 
     149Intel 82371AB PIIX4(E) / ServerWorks OSB4 and CSB5 
    150150CONFIG_I2C_PIIX4 
    151151  If you say yes to this option, support will be included for the  
    152   Intel PIIX4 and PIIX4E and Serverworks OSB4 mainboard 
     152  Intel PIIX4 and PIIX4E and Serverworks OSB4/CSB5 mainboard 
    153153  I2C interfaces. This can also be 
    154154  built as a module which can be inserted and removed while the kernel 
     
    641641    tristate '  Acer Labs ALI 1533 and 1543C' CONFIG_I2C_ALI15X3  
    642642    dep_tristate '  Apple Hydra Mac I/O' CONFIG_I2C_HYDRA $CONFIG_I2C_ALGOBIT 
    643     tristate '  AMD 756' CONFIG_I2C_AMD756 
     643    tristate '  AMD 756/766' CONFIG_I2C_AMD756 
    644644    dep_tristate '  DEC Tsunami I2C interface' CONFIG_I2C_TSUNAMI $CONFIG_I2C_ALGOBIT 
    645645    tristate '  Intel 82801AA, 82801AB and 82801BA' CONFIG_I2C_I801 
    646     tristate '  Intel i810AA, i810AB and i815' CONFIG_I2C_I810 
    647     tristate '  Intel 82371AB PIIX4(E)' CONFIG_I2C_PIIX4 
     646    dep_tristate '  Intel i810AA, i810AB and i815' CONFIG_I2C_I810 $CONFIG_I2C_ALGOBIT 
     647    tristate '  Intel 82371AB PIIX4(E), ServerWorks OSB4/CSB5' CONFIG_I2C_PIIX4 
    648648    tristate '  SiS 5595' CONFIG_I2C_SIS5595 
    649649    dep_tristate '  VIA Technologies, Inc. VT82C586B' CONFIG_I2C_VIA $CONFIG_I2C_ALGOBIT 
    650650    tristate '  VIA Technologies, Inc. VT596A/B' CONFIG_I2C_VIAPRO 
    651651    dep_tristate '  Voodoo3 I2C interface' CONFIG_I2C_VOODOO3 $CONFIG_I2C_ALGOBIT 
    652     tristate '  Pseudo ISA adapter (for hardware sensors modules)' CONFIG_I2C_ISA  
     652    tristate '  Pseudo ISA adapter (for some hardware sensors)' CONFIG_I2C_ISA  
    653653  fi 
    654654